koa-sendfile
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "koa-sendfile", | ||
"description": "basic file-sending utility for koa", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": { | ||
@@ -17,2 +17,3 @@ "name": "Jonathan Ong", | ||
"devDependencies": { | ||
"istanbul-harmony": "0", | ||
"koa": "*", | ||
@@ -25,3 +26,5 @@ "co": "^3.0.5", | ||
"scripts": { | ||
"test": "NODE_ENV=test mocha --harmony-generators --require should --reporter spec --bail" | ||
"test": "NODE_ENV=test mocha --harmony-generators --require should --reporter spec", | ||
"test-cov": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should", | ||
"test-travis": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should" | ||
}, | ||
@@ -31,3 +34,6 @@ "engines": { | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"license": "MIT" | ||
} |
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
3830
6
3