Skip to content

Commit

Permalink
make ember-try correct..
Browse files Browse the repository at this point in the history
  • Loading branch information
quincyle committed Aug 2, 2017
1 parent 20d59f1 commit 7e56486
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,9 @@ module.exports = {
},
{
name: 'ember-lts-2.12',
bower: {
dependencies: {
'ember': 'components/ember#lts-2-12'
},
resolutions: {
'ember': 'lts-2-12'
}
},
npm: {
devDependencies: {
'ember-source': null
'ember-source': '~2.12.0'
}
}
},
Expand Down

0 comments on commit 7e56486

Please sign in to comment.