Update jsdom and typings
This commit is contained in:
parent
0118e26a0b
commit
a5e5f68ff7
1 changed files with 3 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tsc && ava",
|
"test": "tsc && ava dist/tests",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"prepublish": "tsc"
|
"prepublish": "tsc"
|
||||||
},
|
},
|
||||||
|
|
@ -47,9 +47,10 @@
|
||||||
"compare"
|
"compare"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@types/jsdom": "^11.0.3",
|
||||||
"@types/node": "^8.0.47",
|
"@types/node": "^8.0.47",
|
||||||
"ava": "*",
|
"ava": "*",
|
||||||
"jsdom": "^9.12.0",
|
"jsdom": "^11.3.0",
|
||||||
"typescript": "^2.6.1"
|
"typescript": "^2.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue