Downgrade version of jsdom to support node 4 since destructing is not supported.

This commit is contained in:
Melvin Philips 2017-10-03 14:16:23 -07:00
parent b3903e8ec5
commit c292e691b8
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@
],
"devDependencies": {
"ava": "*",
"jsdom": "^11.3.0",
"jsdom": "^9.12.0",
"xo": "*"
}
}