Merge pull request #84 from realcliffzhang/package-json-exports-fix
📦 package.json - Allow import paths y-websocket/bin/utils, y-websocket/bin/callback
This commit is contained in:
commit
c4db346b20
@ -27,6 +27,8 @@
|
||||
],
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
"./bin/utils": "./bin/utils.js",
|
||||
"./bin/callback": "./bin/callback.js",
|
||||
".": {
|
||||
"import": "./src/y-websocket.js",
|
||||
"require": "./dist/y-websocket.cjs"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user