Skip to content

Commit 6ca5042

Browse files
authored
Merge pull request Zilliqa#67 from Zilliqa/fix/npm
fix(): fix published tarball not including type declarations
2 parents 43742aa + dceb409 commit 6ca5042

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zilliqa-js",
3-
"version": "0.1.4",
3+
"version": "0.1.19",
44
"license": "SEE LICENSE in LICENSE",
55
"description": "zilliqa js library",
66
"repository": "https://github.com/Zilliqa/Zilliqa-Javascript-Library",
@@ -12,8 +12,7 @@
1212
],
1313
"scripts": {
1414
"build": "rimraf dist/* && tsc --emitDeclarationOnly && cross-env NODE_ENV=production webpack --config webpack.config.js",
15-
"test": "jest -c jest.config.js",
16-
"publish": "yarn build && yarn publish"
15+
"test": "jest -c jest.config.js"
1716
},
1817
"dependencies": {
1918
"bn.js": "^4.11.8",

0 commit comments

Comments
 (0)