Skip to content

Commit

Permalink
upgrade to Ember 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinJoyce committed Feb 27, 2018
1 parent df2e128 commit 7befd0e
Show file tree
Hide file tree
Showing 18 changed files with 4,073 additions and 221 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Expand Up @@ -25,6 +25,7 @@
"expect",
"minispade",
"expectAssertion",
"createOwner",
"QUnit"
],

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.18",
"main": "ember-model.js",
"dependencies": {
"ember": "2.8.3"
"ember": "2.18.2"
},
"devDependencies": {
"qunit": "~2.5"
Expand Down
2 changes: 1 addition & 1 deletion ember-model.js
Expand Up @@ -2128,4 +2128,4 @@ Ember.onLoad('Ember.Application', function(Application) {
});


})();
})();

0 comments on commit 7befd0e

Please sign in to comment.