carbon-framework
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -128,5 +128,5 @@ var async = require("async"); | ||
if (_options.static && _.options.static.path) | ||
if (_options.static && _options.static.path) | ||
app.express.use(expr.static(_options.paths.base + "/public")); | ||
app.express.use(cookieParser()); | ||
@@ -133,0 +133,0 @@ |
{ | ||
"name": "carbon-framework", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": " Modular MVC framework for Node.js based on Zend Framework ", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/carbonjs/carbon-framework", |
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
51453