Skip to content

Commit 83d30d3

Browse files
authored
public access
1 parent 50eaf00 commit 83d30d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test": "karma start",
1111
"ci:test": "karma start --browsers=FirefoxHeadless --singleRun=true",
1212
"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/"
13+
"distNPM": "cd dist && npm publish --access public --registry=https://registry.npmjs.org/",
14+
"distGH": "cd dist && npm publish --access public --registry=https://npm.pkg.github.com/"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)