Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 6611535

Browse files
authored
Chore: Loosen node version requirement in package.json (fixes #482) (#484)
1 parent 27f39cc commit 6611535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"parser.js"
1111
],
1212
"engines": {
13-
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
13+
"node": ">=6.14.0"
1414
},
1515
"repository": "eslint/typescript-eslint-parser",
1616
"bugs": {

0 commit comments

Comments
 (0)