We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf2ac1 commit df08250Copy full SHA for df08250
package.json
@@ -7,7 +7,6 @@
7
"test": "NODE_ENV=test mocha",
8
"test:cov": "NODE_ENV=test node ./node_modules/istanbul/lib/cli.js cover --preserve-comments ./node_modules/mocha/bin/_mocha -- -R spec",
9
"generate-docs": "jsdoc2md lib/redis.js lib/cluster/index.js lib/commander.js > API.md",
10
- "build": "node tools/build > commands.js",
11
"bench": "matcha benchmarks/*.js"
12
},
13
"repository": {
@@ -28,7 +27,7 @@
28
27
"double-ended-queue": "^2.1.0-0",
29
"flexbuffer": "0.0.6",
30
"lodash": "^4.8.2",
31
- "redis-commands": "^1.1.0",
+ "redis-commands": "^1.2.0",
32
"redis-parser": "^1.3.0"
33
34
"devDependencies": {
tools/build.js
0 commit comments