Skip to content

Commit

Permalink
Update to node 4 and jsdom 6
Browse files Browse the repository at this point in the history
  • Loading branch information
domchristie committed Sep 24, 2015
1 parent 78fe1b4 commit 42fccd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,7 +1,6 @@
language: node_js
node_js:
- 0.12
- 0.10
- 4

before_script:
- npm install -g bower
Expand Down
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -25,9 +25,6 @@
},
"dependencies": {
"collapse-whitespace": "1.1.2",
"jsdom": "^3.1.2"
},
"engines": {
"node": ">=0.10 <0.13"
"jsdom": "^6.5.1"
}
}

0 comments on commit 42fccd4

Please sign in to comment.