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 50eaf00 commit 83d30d3Copy full SHA for 83d30d3
package.json
@@ -10,8 +10,8 @@
10
"test": "karma start",
11
"ci:test": "karma start --browsers=FirefoxHeadless --singleRun=true",
12
"copyfiles": "cp -rf package.json dist && cp -rf README.md dist && cp -rf LICENSE dist",
13
- "distNPM": "cd dist && npm publish --registry=https://registry.npmjs.org/",
14
- "distGH": "cd dist && npm publish --registry=https://npm.pkg.github.com/"
+ "distNPM": "cd dist && npm publish --access public --registry=https://registry.npmjs.org/",
+ "distGH": "cd dist && npm publish --access public --registry=https://npm.pkg.github.com/"
15
},
16
"repository": {
17
"type": "git",
0 commit comments