Skip to content

Commit

Permalink
[dist] update deps, specifically htmlparser2@3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaagie committed Oct 27, 2014
1 parent 7ca412e commit bfb3b3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,24 +1,24 @@
{
"name": "minimize",
"version": "0.9.0",
"version": "0.10.0",
"description": "Minimize HTML",
"main": "./lib/minimize",
"scripts": {
"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": {
"htmlparser2": "~3.7.0",
"htmlparser2": "~3.8.0",
"utile": "~0.2.1"
},
"devDependencies": {
"coveralls": "~2.11.1",
"mocha": "~1.21.4",
"mocha": "~2.0.1",
"mocha-lcov-reporter": "~0.0.1",
"chai": "~1.9.0",
"istanbul": "~0.3.0",
"sinon": "~1.10.3",
"sinon-chai": "~2.5.0",
"sinon": "~1.11.0",
"sinon-chai": "~2.6.0",
"pre-commit": "~0.0.4"
},
"repository": "git@github.com:Moveo/minimize.git",
Expand Down

0 comments on commit bfb3b3b

Please sign in to comment.