Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "minimize", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Minimize HTML", | ||
"main": "./lib/minimize", | ||
"bin": { | ||
"minimize": "./bin/minimize" | ||
}, | ||
"scripts": { | ||
"test": "NODE_ENV=test mocha $(find test -name '*.test.js')", | ||
"coverage": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true && rm -rf ./coverage" | ||
"test": "mocha $(find test -name '*.test.js')", | ||
"watch": "mocha --watch $(find test -name '*.test.js')", | ||
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- $(find test -name '*.test.js')", | ||
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- $(find test -name '*.test.js')" | ||
}, | ||
@@ -17,5 +22,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"coveralls": "2.11.x", | ||
"mocha": "2.0.x", | ||
"mocha-lcov-reporter": "0.0.x", | ||
"chai": "1.10.x", | ||
@@ -25,3 +28,3 @@ "istanbul": "0.3.x", | ||
"sinon-chai": "2.6.x", | ||
"pre-commit": "0.0.x" | ||
"pre-commit": "1.0.x" | ||
}, | ||
@@ -28,0 +31,0 @@ "repository": "git@github.com:Moveo/minimize.git", |
Sorry, the diff of this file is not supported yet
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
68891
6