then-redis
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "then-redis", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A small, promise-based Redis client", | ||
"main": "modules/index.js", | ||
"scripts": { | ||
"test": "jshint . && mocha modules/**/__tests__/*-test.js" | ||
"test": "jshint . && mocha --reporter spec 'modules/**/__tests__/*-test.js'" | ||
}, | ||
@@ -14,4 +14,3 @@ "repository": { | ||
"dependencies": { | ||
"bluebird": "^2.3.11", | ||
"redis": "^0.12.1" | ||
"bluebird": "^2.3.11" | ||
}, | ||
@@ -21,4 +20,8 @@ "devDependencies": { | ||
"jshint": "^2.5.10", | ||
"mocha": "^2.0.1" | ||
"mocha": "^2.0.1", | ||
"redis": "^0.12.1" | ||
}, | ||
"peerDependencies": { | ||
"redis": "^0.12.1" | ||
}, | ||
"keywords": [ | ||
@@ -25,0 +28,0 @@ "redis", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10577
4
11
- Removedredis@^0.12.1