Skip to content

Commit

Permalink
Merge pull request #26 from TimBeyer/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
TimBeyer committed Jan 28, 2016
2 parents e90a5a3 + eaf3b03 commit 42c1229
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,10 @@ node_js:
- "0.11"
- "0.12"
- "iojs"
- "4.2"
- "5.4"
- "5.5"
- "node"
script: "NODE_ENV=test ./node_modules/.bin/istanbul cover \
./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && \
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls --verbose"
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -19,14 +19,14 @@
"homepage": "https://github.com/TimBeyer/html-to-vdom",
"dependencies": {
"ent": "2.2.0",
"htmlparser2": "3.8.3"
"htmlparser2": "3.9.0"
},
"devDependencies": {
"chai": "3.2.0",
"chai-as-promised": "5.1.0",
"coveralls": "2.11.3",
"istanbul": "0.3.17",
"mocha": "2.2.5",
"virtual-dom": "2.0.1"
"chai": "3.5.0",
"chai-as-promised": "5.2.0",
"coveralls": "2.11.6",
"istanbul": "0.4.2",
"mocha": "2.4.4",
"virtual-dom": "2.1.1"
}
}

0 comments on commit 42c1229

Please sign in to comment.