Skip to content

Commit

Permalink
ember-factory-for-polyfill in 2.8 also as npm, not bower
Browse files Browse the repository at this point in the history
  • Loading branch information
jlami committed Jan 12, 2020
1 parent 1092924 commit ce9adeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ module.exports = function() {
bower: {
dependencies: {
'ember': 'components/ember#lts-2-8',
'ember-cli-shims': '0.1.1',
'ember-factory-for-polyfill': '1.3.1'
'ember-cli-shims': '0.1.1'
},
resolutions: {
'ember': 'lts-2-8'
Expand All @@ -46,7 +45,8 @@ module.exports = function() {
'ember-data': '2.8.1',
'ember-inflector': '^1.9.4',
'ember-source': null,
'ember-cli-shims': null
'ember-cli-shims': null,
'ember-factory-for-polyfill': '1.3.1'
}
}
},
Expand Down

0 comments on commit ce9adeb

Please sign in to comment.