Skip to content

Commit

Permalink
feat(deps): upgrade redis-commands package
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed May 2, 2016
1 parent 1cf2ac1 commit df08250
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"test": "NODE_ENV=test mocha",
"test:cov": "NODE_ENV=test node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
"generate-docs": "jsdoc2md lib/redis.js lib/cluster/index.js lib/commander.js > API.md",
"build": "node tools/build > commands.js",
"bench": "matcha benchmarks/*.js"
},
"repository": {
Expand All @@ -28,7 +27,7 @@
"double-ended-queue": "^2.1.0-0",
"flexbuffer": "0.0.6",
"lodash": "^4.8.2",
"redis-commands": "^1.1.0",
"redis-commands": "^1.2.0",
"redis-parser": "^1.3.0"
},
"devDependencies": {
Expand Down
25 changes: 0 additions & 25 deletions tools/build.js

This file was deleted.

0 comments on commit df08250

Please sign in to comment.