http-body-parser
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "http-body-parser", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "🎨 A body parser for node, koa, koa2, express. support json, form, text, multipart and stream type body.", | ||
@@ -8,5 +8,5 @@ "main": "lib/index.js", | ||
"build": "babel src -d lib", | ||
"test": "ava ava test/src.*.spec.js", | ||
"test:build": "ava test/lib.*.spec.js", | ||
"prepublish": "npm run build" | ||
"pretest": "npm run build", | ||
"test": "ava test/*.spec.js", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -13,0 +13,0 @@ "repository": { |
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
623002
4
595