We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a43ca commit f3d9c6fCopy full SHA for f3d9c6f
1 file changed
danfojs-node/package.json
@@ -37,8 +37,8 @@
37
"lint": "eslint ./src",
38
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
39
"coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=lcov",
40
- "patch": "yarn version patch",
41
- "publish": "publish"
+ "patch": "npm version patch",
+ "publish": "npm publish"
42
},
43
"publishConfig": {
44
"access": "public",
0 commit comments