Skip to content

Commit

Permalink
CHANGED: The jsdom dependency to ~3.1.2.
Browse files Browse the repository at this point in the history
This allows versions of node <= 0.12.0 to use this project as jsdom 4.X > require node 4.X >
  • Loading branch information
chriscartlidge committed Dec 29, 2015
1 parent aec6b8f commit 8ab8428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react": "0.13.x || 0.14.x"
},
"optionalDependencies": {
"jsdom": "^6.1.0",
"jsdom": "~3.1.2",
"mocha-jsdom": "^1.0.0"
}
}

0 comments on commit 8ab8428

Please sign in to comment.