redis-sessions
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "redis-sessions", | ||
"description": "A universal session store for Redis", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"author": "P. Liess <smrchy+npm@gmail.com>", | ||
@@ -6,0 +6,0 @@ "engines": { |
@@ -13,3 +13,3 @@ // Generated by CoffeeScript 1.6.2 | ||
RedisSessions = require("../redis-sessions"); | ||
RedisSessions = require("../index"); | ||
@@ -16,0 +16,0 @@ describe('Redis-Sessions Test', function() { |
Sorry, the diff of this file is not supported yet
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
54219