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