express-state
Advanced tools
Comparing version 1.1.4 to 1.2.0
Express State Change History | ||
============================ | ||
1.2.0 (2014-04-28) | ||
------------------ | ||
* Updated Express peer dependency to `>=3.x` because it works with Express v4.x. | ||
([#29][] @NoumanSaleem) | ||
[#29]: https://github.com/yahoo/express-state/issues/29 | ||
1.1.4 (2014-04-03) | ||
@@ -5,0 +15,0 @@ ------------------ |
{ | ||
"name": "express-state", | ||
"description": "Share server-side state with the client-side of an Express app via JavaScript.", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"homepage": "https://github.com/yahoo/express-state", | ||
@@ -41,7 +41,7 @@ "keywords": [ | ||
"peerDependencies": { | ||
"express": "3.x" | ||
"express": ">=3.x" | ||
}, | ||
"devDependencies": { | ||
"chai": "*", | ||
"express": "3.x", | ||
"express": "4.x", | ||
"express3-handlebars": "*", | ||
@@ -48,0 +48,0 @@ "istanbul": "*", |
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
42260