1
0
Fork 0
mirror of https://github.com/datashard/snapshot.git synced 2025-04-29 05:27:21 +00:00

fix: NPM module public access

This commit is contained in:
Gleb Bahmutov 2017-12-12 09:45:21 -05:00
parent f12c456987
commit 6360114dd8

View file

@ -64,7 +64,7 @@
"unit": "mocha src/*-spec.js",
"unused-deps": "dependency-check --unused --no-dev . --entry src/add-initial-snapshot-file.js",
"postinstall": "node src/add-initial-snapshot-file.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
},
"release": {
"analyzeCommits": "simple-commit-message",