Skip to content

Commit

Permalink
Bump for 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed May 18, 2020
1 parent 67e0d23 commit 88645ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
"version": "0.1.7",
"version": "0.1.8",
"description": "The Node-RED admin command line interface",
"homepage": "http://nodered.org",
"bugs": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"bcryptjs": "^2.4.3",
"cli-table": "^0.3.1",
"colors": "^1.3.2",
"minimist": "^1.2.0",
"colors": "^1.4.0",
"minimist": "^1.2.5",
"read": "^1.0.7",
"request": "^2.88.0",
"when": "^3.7.8"
Expand All @@ -45,7 +45,7 @@
"sinon": "^1.17.7"
},
"optionalDependencies": {
"bcrypt": "^3.0.1"
"bcrypt": "^3.0.8"
},
"bin": {
"node-red-admin": "node-red-admin.js"
Expand Down

0 comments on commit 88645ec

Please sign in to comment.