Skip to content

Commit

Permalink
chore: create .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
edumudu committed Mar 11, 2022
1 parent ab5fc46 commit 39e7eea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Set the token to publish package in CI
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"local registry",
"local npm"
],
"files": [
"bin",
"config",
"commands"
],
"bin": {
"loctry": "./bin/index.mjs"
},
Expand Down

0 comments on commit 39e7eea

Please sign in to comment.