Skip to content

Commit

Permalink
Merge pull request #3 from artsy/add-npm-publish-config
Browse files Browse the repository at this point in the history
feat: add npm publish config
  • Loading branch information
icirellik authored Oct 1, 2021
2 parents 723cab2 + 216dae0 commit 2fdf29e
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 @@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "Load multiple dotenv style environment files.",
"main": "dist/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"prepublish": "yarn clean && yarn compile",
Expand Down

0 comments on commit 2fdf29e

Please sign in to comment.