Skip to content

Commit

Permalink
Merge pull request #2 from mrosalesdiaz/fix-publishscript-by_max
Browse files Browse the repository at this point in the history
Fix publishscript by max
  • Loading branch information
mrosalesdiaz authored Nov 13, 2023
2 parents 1d0ea3c + e6deaaf commit a61a732
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "env-sops",
"version": "1.0.0",
"version": "1.0.3",
"description": "Package to help encrypt/decrypt ENV files",
"main": "index.js",
"files": [
Expand All @@ -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 a61a732

Please sign in to comment.