Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosalesdiaz committed Nov 12, 2023
1 parent 836205a commit df22729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
registry=https://registry.npmjs.org/
always-auth=true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"homepage": "https://github.com/mrosalesdiaz/env-sops#readme",
"bin": {
"env-encrypt": "./bin/encrypt.js",
"env-decrypt": "./bin/decrypt.js"
"envencrypt": "./bin/encrypt.js",
"envdecrypt": "./bin/decrypt.js"
},
"dependencies": {
"dotenv": "^16.3.1"
Expand Down

0 comments on commit df22729

Please sign in to comment.