Skip to content

Commit

Permalink
Fix/npm publish (#9)
Browse files Browse the repository at this point in the history
* updating publishConfig to use public access

* fixing formatting
  • Loading branch information
tiffkwin authored Sep 16, 2021
1 parent cce2abd commit 201279e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"./dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 201279e

Please sign in to comment.