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

Commit 494d946

Browse files
authored
Merge pull request #432 from boris-petrov/fix-node-js-compatibility-claim
Fix Node.js compatibility claim in package.json
2 parents 1f83ff6 + 169bcfc commit 494d946

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ This information is only relevant if you're looking to contribute to `ember-ajax
359359

360360
### Compatibility
361361

362+
- Node.js 6 or above
362363
- Ember CLI v2.13 or above
363364

364365
### Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"@types/jquery": "^3.3.10"
111111
},
112112
"engines": {
113-
"node": "^4.5 || 6.* || >= 7.*"
113+
"node": "6.* || 8.* || >= 10.*"
114114
},
115115
"ember-addon": {
116116
"configPath": "tests/dummy/config",

0 commit comments

Comments
 (0)