Downgrade version of jsdom to support node 4 since destructing is not supported.
This commit is contained in:
parent
b3903e8ec5
commit
c292e691b8
2 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"jsdom": "^11.3.0",
|
||||
"jsdom": "^9.12.0",
|
||||
"xo": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue