express-generator
Advanced tools
Comparing version 4.0.0 to 4.2.0
{ | ||
"name": "express-generator", | ||
"description": "Express' application generator", | ||
"version": "4.0.0", | ||
"version": "4.2.0", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -27,3 +27,3 @@ var express = require('express'); | ||
/// catch 404 and forwarding to error handler | ||
/// catch 404 and forward to error handler | ||
app.use(function(req, res, next) { | ||
@@ -30,0 +30,0 @@ var err = new Error('Not Found'); |
Sorry, the diff of this file is not supported yet
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
14178