Skip to content

Commit

Permalink
fix: add required publishConfig for npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Jun 10, 2022
1 parent 9974b95 commit 62557fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"license": "MIT",
"version": "1.0.2",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": {
"name": "Giacomo Debidda",
"email": "giacomo@giacomodebidda.com",
Expand Down

0 comments on commit 62557fc

Please sign in to comment.