redis-cacher
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "redis-cacher", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Simple abstraction level for caching data in Redis", | ||
@@ -11,3 +11,3 @@ "main": "lib/cache.js", | ||
"test": "mocha", | ||
"ci-test": "istanbul cover _mocha -- -R tap > result.tap && istanbul report clover" | ||
"ci-test": "istanbul cover _mocha -- --compilers js:babel/register -R tap > result.tap && istanbul report clover" | ||
}, | ||
@@ -33,2 +33,3 @@ "repository": "v12/redis-cacher", | ||
"devDependencies": { | ||
"babel": "^5.4.3", | ||
"chai": "^2.3.0", | ||
@@ -35,0 +36,0 @@ "chai-as-promised": "^5.0.0", |
'use strict'; | ||
var Promise = require('bluebird'); | ||
var redis = require('redis'); | ||
var chai = require('chai'); | ||
@@ -12,3 +15,2 @@ var chaiAsPromised = require('chai-as-promised'); | ||
var redis = require('redis'); | ||
var Cache = require('../lib/cache'); | ||
@@ -15,0 +17,0 @@ |
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
15620
283
5