Update pub script

This commit is contained in:
microshine 2019-01-25 17:31:41 +03:00
parent 54edae5652
commit 95ac3d7a9e
1 changed files with 1 additions and 1 deletions

View File

@ -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",