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

Commit

Permalink
Merge pull request #432 from boris-petrov/fix-node-js-compatibility-c…
Browse files Browse the repository at this point in the history
…laim

Fix Node.js compatibility claim in package.json
  • Loading branch information
Turbo87 authored Mar 3, 2019
2 parents 1f83ff6 + 169bcfc commit 494d946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ This information is only relevant if you're looking to contribute to `ember-ajax

### Compatibility

- Node.js 6 or above
- Ember CLI v2.13 or above

### Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@types/jquery": "^3.3.10"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
"node": "6.* || 8.* || >= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit 494d946

Please sign in to comment.