stubs-express-middleware
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "stubs-express-middleware", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/middleware.js", |
@@ -1,4 +0,4 @@ | ||
# stubs-middleware | ||
# stubs-express-middleware | ||
`npm i stubs-middleware` | ||
`npm i stubs-express-middleware` | ||
@@ -8,3 +8,3 @@ ```angular2html | ||
// put it before bodyparser | ||
require('stubs-middleware')(app, require('../stubs/config.json')) | ||
require('stubs-express-middleware')(app, require('../stubs/config.json')) | ||
} | ||
@@ -11,0 +11,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
9512