Update pub script
This commit is contained in:
parent
54edae5652
commit
95ac3d7a9e
|
@ -16,7 +16,7 @@
|
|||
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||
"lint": "tslint 'src/**/*.ts'",
|
||||
"prepub": "npm run lint && npm run test && npm run build",
|
||||
"pub": "npm version patch && npm publish && git push"
|
||||
"pub": "npm version patch && npm publish --access=public && git push"
|
||||
},
|
||||
"keywords": [
|
||||
"webcrypto",
|
||||
|
|
Reference in New Issue