http-verror
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "http-verror", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A simple tool that provides `verror` functionality extended by usable HTTP error codes for Express.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha -R list", | ||
"test-cov": "mocha --require blanket -R html-cov > coverage.html" | ||
"test": "mocha", | ||
"ci-test": "istanbul cover _mocha -- -R tap > result.tap && istanbul report clover" | ||
}, | ||
@@ -30,13 +30,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"blanket": "^1.1.6", | ||
"chai": "^2.3.0", | ||
"mocha": "^2.2.4", | ||
"mocha-lcov-reporter": "0.0.2" | ||
}, | ||
"config": { | ||
"blanket": { | ||
"pattern": "lib", | ||
"data-cover-never": "node_modules" | ||
} | ||
"istanbul": "^0.3.14", | ||
"mocha": "^2.2.5" | ||
} | ||
} |
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
3
10987
8