mirror of https://github.com/status-im/js-waku.git
Add `exports` keyword
This commit is contained in:
parent
b029692865
commit
a335091ccf
|
@ -5,6 +5,10 @@
|
|||
"main": "build/main/index.js",
|
||||
"typings": "build/main/index.d.ts",
|
||||
"module": "build/esm/index.js",
|
||||
"exports": {
|
||||
"require": "./build/main/index.js",
|
||||
"import": "./build/esm/index.js"
|
||||
},
|
||||
"repository": "https://github.com/status-im/js-waku",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue