Require Node.js 8

This commit is contained in:
Sindre Sorhus 2019-03-31 21:50:37 +07:00
parent ea4204f0b4
commit 120f74ab63
5 changed files with 34 additions and 43 deletions

View file

@ -11,7 +11,7 @@
},
"main": "dist",
"engines": {
"node": ">=6"
"node": ">=8"
},
"scripts": {
"build": "del dist && tsc",
@ -54,11 +54,13 @@
"@typescript-eslint/eslint-plugin": "^1.5.0",
"ava": "^1.4.1",
"del-cli": "^1.1.0",
"eslint-config-xo-typescript": "^0.9.0",
"jsdom": "^11.6.2",
"rxjs": "^6.4.0",
"tempy": "^0.2.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.1",
"xo": "^0.24.0",
"zen-observable": "^0.8.8"
},
"types": "dist",