forked from orbit-oss/is
parent
fd32b11b6d
commit
ef85a5173d
4 changed files with 27 additions and 50 deletions
14
package.json
14
package.json
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"main": "dist/index.js",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=6"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "tslint --format stylish --project .",
|
||||
|
|
@ -44,16 +44,16 @@
|
|||
"compare"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/jsdom": "^2.0.31",
|
||||
"@types/node": "^8.0.47",
|
||||
"@types/jsdom": "^11.0.4",
|
||||
"@types/node": "^9.6.0",
|
||||
"@types/tempy": "^0.1.0",
|
||||
"ava": "*",
|
||||
"del-cli": "^1.1.0",
|
||||
"jsdom": "^9.12.0",
|
||||
"jsdom": "^11.6.2",
|
||||
"tempy": "^0.2.1",
|
||||
"tslint": "^5.8.0",
|
||||
"tslint-xo": "^0.3.0",
|
||||
"typescript": "^2.7.0"
|
||||
"tslint": "^5.9.1",
|
||||
"tslint-xo": "^0.7.0",
|
||||
"typescript": "^2.8.1"
|
||||
},
|
||||
"types": "dist/index.d.ts"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue