settings-lib
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -0,1 +1,5 @@ | ||
# 0.0.5 / 2014-11-24 | ||
* Adjusting for changes in how jscoverage works | ||
# 0.0.4 / 2014-11-24 | ||
@@ -2,0 +6,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"main": "./lib/settings.js", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": "Joshua Thomas (http://github.com/brozeph)", | ||
@@ -31,3 +31,3 @@ "engines": { | ||
"coverage": "rm -rf ./reports ; mkdir -p ./reports ; NODE_SETTINGSLIB_COVERAGE=true mocha -R html-cov -r ./test/common.js -u bdd ./test/lib > reports/coverage.html", | ||
"pretest": "jshint ./lib/*.js ./test/*.js ; jscoverage ./lib ./lib-cov", | ||
"pretest": "jshint ./lib/*.js ./test/*.js ; jscoverage ./lib/settings.js ./lib-cov/settings.js", | ||
"test": "mocha --check-leaks -R spec -r ./test/common.js -u bdd ./test/lib", | ||
@@ -34,0 +34,0 @@ "posttest": "NODE_SETTINGSLIB_COVERAGE=true mocha -R mocha-lcov-reporter -r ./test/common.js -u bdd ./test/lib | ./node_modules/coveralls/bin/coveralls.js" |
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
29432