Skip to content

Commit 7be3162

Browse files
CHANGED: The jsdom dependency to ~3.1.2.
This allows versions of node <= 0.12.0 to use this project as jsdom 4.X > require node 4.X >
1 parent aec6b8f commit 7be3162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"react": "0.13.x || 0.14.x"
6868
},
6969
"optionalDependencies": {
70-
"jsdom": "^6.1.0",
70+
"jsdom": "^3.1.2 || ^5.6.1 || ^6.1.0 || ^7.2.2",
7171
"mocha-jsdom": "^1.0.0"
7272
}
7373
}

0 commit comments

Comments
 (0)