File tree Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 29
29
"commitizen" : {
30
30
"path" : " ./node_modules/cz-conventional-changelog"
31
31
}
32
+ },
33
+ "dependencies" : {
34
+ "typescript" : " ^3.6.3"
32
35
}
33
36
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " etherscan-api" ,
3
- "version" : " 100.0.0 " ,
3
+ "version" : " 100.0.1 " ,
4
4
"description" : " Next generation etherscan-api " ,
5
5
"scripts" : {
6
6
"postinstall" : " rm -rf ./bundle && npm run bundle && npm run bundlejs" ,
7
- "bundle" : " ./node_modules/typescript/bin/ tsc --project tsconfig.bundle.json" ,
8
- "bundlejs" : " browserify -p esmify ./bundle/src/Client.js -o ./bundle/etherscan-api.js -s EtherscanClient" ,
7
+ "bundle" : " npm run tsc -- --project tsconfig.bundle.json" ,
8
+ "bundlejs" : " ./node_modules/ browserify/bin/cmd.js -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" ,
11
11
"preecoverage" : " npm run exportpkgversion" ,
12
12
"test" : " ava-ts test/ -v" ,
13
13
"coverage" : " nyc ava-ts test/ -v" ,
14
14
"posttest" : " npm run lint" ,
15
+ "tsc" : " ./node_modules/typescript/bin/tsc" ,
15
16
"lint" : " tslint -c tslint.json 'src/**/*.ts'" ,
16
17
"docs" : " typedoc --module etherscan-api --out docs ./src --tsBuildInfoFile ./tsconfig.json" ,
17
- "prepublish" : " ./node_modules/typescript/bin/ tsc"
18
+ "prepublish" : " tsc"
18
19
},
19
20
"repository" : {
20
21
"type" : " git" ,
Original file line number Diff line number Diff line change 1
- export const VERSION : string = '100.0.0 '
1
+ export const VERSION : string = '100.0.1 '
Original file line number Diff line number Diff line change 10
10
"author" : " " ,
11
11
"license" : " ISC" ,
12
12
"dependencies" : {
13
- "etherscan-api" : " 100.0.0 "
13
+ "etherscan-api" : " 100.0.1 "
14
14
},
15
15
"devDependencies" : {
16
16
"chai" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 9
9
"author" : " " ,
10
10
"license" : " ISC" ,
11
11
"dependencies" : {
12
- "etherscan-api" : " 100.0.0 "
12
+ "etherscan-api" : " 100.0.1 "
13
13
},
14
14
"devDependencies" : {
15
15
"mocha" : " ^6.2.0"
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"core-js" : " ^2.6.5" ,
14
- "etherscan-api" : " 100.0.0 " ,
14
+ "etherscan-api" : " 100.0.1 " ,
15
15
"prismjs" : " ^1.17.1" ,
16
16
"register-service-worker" : " ^1.6.2" ,
17
17
"vue" : " ^2.6.10" ,
You can’t perform that action at this time.
0 commit comments