Skip to content

Commit

Permalink
Update bcrypt, node support (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig committed Oct 1, 2020
1 parent b9d3aca commit ec6e6f0
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 39 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ language: node_js
node_js:
- "14"
- "12"
- "11"
- "10"
- "9"
- "8"
sudo: false
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand Down
67 changes: 34 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "mrodrig",
"name": "htpasswd-mgr",
"description": "HTPasswd Manager for Node.js",
"version": "1.0.7",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "http://github.com/mrodrig/htpasswd-mgr.git"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"apache-crypt": "1.2.1",
"apache-md5": "1.1.2",
"bcrypt": "3.0.6",
"bcrypt": "5.0.0",
"bluebird": "3.5.3"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"should": "13.2.3"
},
"engines": {
"node": ">= 4"
"node": ">= 10"
},
"license": "MIT"
}

0 comments on commit ec6e6f0

Please sign in to comment.