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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue