Skip to content

Commit

Permalink
make sure install is good
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Dec 2, 2019
1 parent 28191f5 commit ea96044
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/unpublished-fastboot-test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ module.exports = function() {
EMBER_OPTIONAL_FEATURES: JSON.stringify({ 'jquery-integration': false }),
},
npm: {
'ember-fetch': '^6.5.1',
devDependencies: {
'ember-fetch': '^6.5.1',
'@ember/jquery': null,
},
},
},
{
Expand All @@ -19,8 +22,10 @@ module.exports = function() {
EMBER_OPTIONAL_FEATURES: JSON.stringify({ 'jquery-integration': true }),
},
npm: {
'ember-fetch': null,
'@ember/jquery': '^1.1.0',
devDependencies: {
'ember-fetch': null,
'@ember/jquery': '^1.1.0',
},
},
},
],
Expand Down

0 comments on commit ea96044

Please sign in to comment.