Skip to content

Commit

Permalink
Merge pull request #91 from rwjblue/update-blueprint
Browse files Browse the repository at this point in the history
Update blueprint to prepare for publishing.
  • Loading branch information
rwjblue committed Dec 12, 2015
2 parents dccc61c + 50f34d2 commit 7df0847
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blueprints/ember-cli-qunit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module.exports = {

afterInstall: function() {
return this.addBowerPackagesToProject([
{ name: 'qunit', target: '~1.19.0' },
{ name: 'qunit', target: '~1.20.0' },
{ name: 'ember-cli-test-loader', target: '0.2.1' },
{ name: 'ember-qunit-notifications', target: '0.0.7' },
{ name: 'ember-qunit', target: '0.4.16' }
{ name: 'ember-qunit-notifications', target: '0.1.0' },
{ name: 'ember-qunit', target: '0.4.17' }
]);
}
};

0 comments on commit 7df0847

Please sign in to comment.