Skip to content

Commit

Permalink
Loosen ember version requirement (ember-data is fine with 1.7+)
Browse files Browse the repository at this point in the history
A new `ember-cli` app installs `ember#1.8.1`, bower will continually
complain when managing dependencies. This weakens the ember requirement
to use whatever `ember-data` uses.
  • Loading branch information
Tim Stirrat committed Feb 20, 2015
1 parent f434ccc commit 7f29dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
],
"dependencies": {
"firebase": "2.1.x",
"ember": "1.9.x",
"ember-data": "1.0.0-beta.12"
},
"devDependencies": {
"ember": "1.9.x"
}
}
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
feature - Loosen Ember version requirement to 1.7+ to be compatible with new ember-cli apps.
fixed - Deleting a record now removes orphaned `hasMany` relationship links.

0 comments on commit 7f29dcf

Please sign in to comment.