Update jsdom and typings

This commit is contained in:
Lukas Tetzlaff 2017-11-02 02:40:06 +01:00
parent 0118e26a0b
commit a5e5f68ff7

View file

@ -16,7 +16,7 @@
"node": ">=4"
},
"scripts": {
"test": "tsc && ava",
"test": "tsc && ava dist/tests",
"build": "tsc",
"prepublish": "tsc"
},
@ -47,9 +47,10 @@
"compare"
],
"devDependencies": {
"@types/jsdom": "^11.0.3",
"@types/node": "^8.0.47",
"ava": "*",
"jsdom": "^9.12.0",
"jsdom": "^11.3.0",
"typescript": "^2.6.1"
}
}