-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loosen ember version requirement (ember-data is fine with 1.7+)
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
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |