File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2626 "module" : " dist/index.mjs" ,
2727 "umd:main" : " dist/index.umd.js" ,
2828 "engines" : {
29- "node" : " >= 16 <19 "
29+ "node" : " >=16 "
3030 },
3131 "peerDependencies" : {
3232 "ethers" : " ^6.0.0"
5454 "start" : " node build/src/main.js" ,
5555 "clean" : " rimraf coverage build tmp" ,
5656 "prebuild" : " npm run lint" ,
57- "build" : " rimraf dist && microbundle src/*.ts" ,
57+ "build" : " rimraf dist && microbundle src/*.ts --tsconfig tsconfig.release.json " ,
5858 "build:watch" : " tsc -w -p tsconfig.json" ,
5959 "build:release" : " npm run clean && tsc -p tsconfig.release.json" ,
6060 "lint" : " eslint . --ext .ts --ext .mts" ,
Original file line number Diff line number Diff line change 44 "sourceMap" : false ,
55 "removeComments" : true
66 },
7- "include" : [" src/**/*" ]
7+ "include" : [" src/**/*" ],
8+ "files" : []
89}
You can’t perform that action at this time.
0 commit comments