🔥 Dropped Node v6 support (#1218)

no issue

- Node v6 has come to EOL as of 2019-04-30 (ref. https://github.com/nodejs/Release#end-of-life-releases)
This commit is contained in:
Rishabh Garg 2019-06-04 09:40:50 +05:30 committed by GitHub
parent 83400f6f47
commit 7ac21eed0e

View File

@ -22,7 +22,7 @@
"lint:js": "eslint ." "lint:js": "eslint ."
}, },
"engines": { "engines": {
"node": ">= 6" "node": "^8.9.0 || ^10.13.0"
}, },
"devDependencies": { "devDependencies": {
"@ember/jquery": "0.6.0", "@ember/jquery": "0.6.0",