mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-24 06:42:29 +00:00
fix: NPM module public access
This commit is contained in:
parent
f12c456987
commit
6360114dd8
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
"unit": "mocha src/*-spec.js",
|
"unit": "mocha src/*-spec.js",
|
||||||
"unused-deps": "dependency-check --unused --no-dev . --entry src/add-initial-snapshot-file.js",
|
"unused-deps": "dependency-check --unused --no-dev . --entry src/add-initial-snapshot-file.js",
|
||||||
"postinstall": "node 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": {
|
"release": {
|
||||||
"analyzeCommits": "simple-commit-message",
|
"analyzeCommits": "simple-commit-message",
|
||||||
|
|
Loading…
Reference in a new issue