Skip to content

Commit 4193428

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"test": "npm run lint && mocha"
3737
},
3838
"engines" : {
39-
"iojs": ">= 1.0.0"
39+
"iojs": ">= 1.0.0",
40+
"node": ">= 0.11.0"
4041
},
4142
"jest" : {
4243
"testDirectoryName" : "test",

0 commit comments

Comments
 (0)