Comparing version 2.6.0 to 2.7.0
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"main": "./lib/index.js", | ||
@@ -39,3 +39,7 @@ "keywords": [ | ||
"scripts": { | ||
"test": "make" | ||
"coverage": "istanbul check-coverage --statement 85 --branch 70 --function 85", | ||
"eslint": "eslint .", | ||
"posttest": "npm run coverage", | ||
"pretest": "npm run eslint", | ||
"test": "istanbul cover --report lcov --report text --report html ./node_modules/mocha/bin/_mocha \"test/**/*.js\"" | ||
}, | ||
@@ -42,0 +46,0 @@ "repository": { |
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
242780