We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f4804 commit e7f1725Copy full SHA for e7f1725
package.json
@@ -12,8 +12,8 @@
12
"anyweb",
13
"sdk"
14
],
15
- "main": "lib/src/index.js",
16
- "types": "./lib/src/index.d.ts",
+ "main": "dist/src/index.js",
+ "types": "dist/src/index.d.ts",
17
"browser": "dist/anyweb-js-sdk.umd.min.js",
18
"browserify-browser": {
19
"secp256k1": "secp256k1/elliptic"
tsconfig.json
@@ -17,7 +17,7 @@
"isolatedModules": false,
"jsx": "preserve",
"types": [],
20
- "outDir": "./lib",
+ "outDir": "./dist",
21
"declaration": true
22
},
23
"include": [
0 commit comments