express-mc-demo
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -7,3 +7,2 @@ | ||
var express = require('express') | ||
, pjax = require('express-pjax') | ||
, routes = require('./routes') | ||
@@ -19,3 +18,2 @@ | ||
app.set('view engine', 'html'); | ||
app.use(pjax()); | ||
app.use(express.bodyParser()); | ||
@@ -22,0 +20,0 @@ app.use(express.methodOverride()); |
{ | ||
"name": "express-mc-demo", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "express": ">= 3.2.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
48043
1281