File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Next generation etherscan-api " ,
5
5
"scripts" : {
6
6
"postinstall" : " rm -rf ./bundle && npm run bundle && npm run bundlejs" ,
7
- "bundle" : " tsc --project tsconfig.bundle.json" ,
7
+ "bundle" : " ./node_modules/typescript/bin/ tsc --project tsconfig.bundle.json" ,
8
8
"bundlejs" : " browserify -p esmify ./bundle/src/Client.js -o ./bundle/etherscan-api.js -s EtherscanClient" ,
9
9
"exportpkgversion" : " node ./scripts/export-version.js" ,
10
10
"pretest" : " npm run exportpkgversion" ,
14
14
"posttest" : " npm run lint" ,
15
15
"lint" : " tslint -c tslint.json 'src/**/*.ts'" ,
16
16
"docs" : " typedoc --module etherscan-api --out docs ./src --tsBuildInfoFile ./tsconfig.json" ,
17
- "prepublish" : " tsc"
17
+ "prepublish" : " ./node_modules/typescript/bin/ tsc"
18
18
},
19
19
"repository" : {
20
20
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments