Skip to content

Commit e7f1725

Browse files
committed
chore(change tsx build output path): change the build output path to 'dist'
1 parent 45f4804 commit e7f1725

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/src/index.js",
16-
"types": "./lib/src/index.d.ts",
15+
"main": "dist/src/index.js",
16+
"types": "dist/src/index.d.ts",
1717
"browser": "dist/anyweb-js-sdk.umd.min.js",
1818
"browserify-browser": {
1919
"secp256k1": "secp256k1/elliptic"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"isolatedModules": false,
1818
"jsx": "preserve",
1919
"types": [],
20-
"outDir": "./lib",
20+
"outDir": "./dist",
2121
"declaration": true
2222
},
2323
"include": [

0 commit comments

Comments
 (0)