Skip to content

Commit

Permalink
chore: removes Ember 4.4 refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelik committed Oct 12, 2023
1 parent 4cb0c8b commit 59024cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ An EmberJS validation framework that is completely and utterly computed property

## Features

* Ember.js v4.4 or above
* Ember CLI v4.4 or above
* Ember.js v4.8 or above
* Ember CLI v4.8 or above
* Node.js v16 or above

- Lazily computed validations
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"webpack": "^5.88.2"
},
"peerDependencies": {
"ember-source": ">= 4.0.0"
"ember-source": ">= 4.8.0"
},
"engines": {
"node": "16.* || >= 18"
Expand Down

0 comments on commit 59024cd

Please sign in to comment.