Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Nov 18, 2012
1 parent 62a2ac7 commit 677c576
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
test
test_results
node_modules
node_modules
etc/*_dev.json
2 changes: 2 additions & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ function Config(jsonFilename, checkKey) {
process.exit(1);
}

json.key = process.env.REDSMIN_KEY || json.key;

// valid the connection key
if(!!checkKey && Config.checkKey(json.key)){
process.exit(1);
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "redsmin",
"description": "Redsmin daemon for the Redsmin service",
"version": "0.1.9",
"version": "0.2.0",
"keywords": [
"redis",
"redsmin",
Expand All @@ -24,18 +24,18 @@
"redsmin": "./bin/redsmin"
},
"dependencies": {
"lodash": "~0.3.1",
"lodash": "~0.3.2",
"winston": "~0.6.1",
"backoff": "0.0.2",
"daemonize": "~0.3.1"
"daemonize2": "~0.4.0-rc.5"
},
"devDependencies": {
"sinon": "~1.3.4",
"growl": "~1.5.1",
"nodeunit": "~0.7.4"
},
"engines": {
"node": ">=0.6"
"node": ">=0.8"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 677c576

Please sign in to comment.