Skip to content

Commit 86d6a1e

Browse files
author
Eduardo García Sanz
committed
Using https://github.com/tmpvar/jsdom 4.x (only iojs, no node support)
1 parent 8e8dd98 commit 86d6a1e

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js :
3-
- "0.12"
43
- "iojs"
54
deploy:
65
provider: npm

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"test": "npm run lint && mocha"
3737
},
3838
"engines" : {
39-
"iojs": ">= 1.0.0",
40-
"node": ">= 0.12.0"
39+
"iojs": ">= 1.0.0"
4140
},
4241
"jest" : {
4342
"testDirectoryName" : "test",

0 commit comments

Comments
 (0)