Skip to content

Commit

Permalink
[dist] v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaagie committed Mar 31, 2014
1 parent 277b22b commit e7ec1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,10 +1,10 @@
{
"name": "minimize",
"version": "0.7.3",
"version": "0.7.4",
"description": "Minimize HTML",
"main": "./lib/minimize",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha $(shell find test -name '*.test.js')",
"test": "NODE_ENV=test ./node_modules/.bin/mocha $(find test -name '*.test.js')",
"coverage": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true && rm -rf ./coverage"
},
"dependencies": {
Expand Down

0 comments on commit e7ec1aa

Please sign in to comment.