Skip to content

Commit

Permalink
add publishConfig to packge.json
Browse files Browse the repository at this point in the history
  • Loading branch information
idanlo committed Mar 17, 2020
1 parent fe31714 commit 65b30f0
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 @@ -15,6 +15,10 @@
"type": "git",
"url": "https://github.com/idanlo/react-spotify-api.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 65b30f0

Please sign in to comment.