@spwisner/project-name
Advanced tools
Comparing version 1.1.0 to 1.3.0
{ | ||
"name": "@spwisner/project-name", | ||
"version": "1.1.0", | ||
"version": "1.3.0", | ||
"description": "", | ||
@@ -10,3 +10,4 @@ "engines": { | ||
"scripts": { | ||
"test": "mocha --reporter spec" | ||
"test": "mocha --reporter spec", | ||
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*" | ||
}, | ||
@@ -25,4 +26,6 @@ "repository": { | ||
"chai": "^4.1.2", | ||
"coveralls": "^3.0.2", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.2.0" | ||
} | ||
} |
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
4030
4