Skip to content

Commit 7f0c0d5

Browse files
committed
fix(package src file path): fix the error of the path
1 parent 6aca37f commit 7f0c0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"anyweb",
1313
"sdk"
1414
],
15-
"main": "lib/index.js",
16-
"types": "./lib/index.d.ts",
15+
"main": "lib/src/index.js",
16+
"types": "./lib/src/index.d.ts",
1717
"browser": "dist/anyweb-js-sdk.umd.min.js",
1818
"browserify-browser": {
1919
"secp256k1": "secp256k1/elliptic"

0 commit comments

Comments
 (0)