Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from rwjblue/update-installed-packags
Browse files Browse the repository at this point in the history
Update blueprint installed package versions.
  • Loading branch information
rwjblue committed Jan 23, 2015
2 parents 98f54c2 + 875a206 commit 64764fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprints/ember-cli-qunit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ module.exports = {
afterInstall: function() {
var addonContext = this;

return this.addBowerPackageToProject('qunit', '~1.16.0')
return this.addBowerPackageToProject('qunit', '~1.17.0')
.then(function() {
return addonContext.addBowerPackageToProject('stefanpenner/ember-cli-shims', '0.0.3');
})
.then(function() {
return addonContext.addBowerPackageToProject('ember-qunit-notifications', '0.0.4');
return addonContext.addBowerPackageToProject('ember-qunit-notifications', '0.0.5');
})
.then(function() {
return addonContext.addBowerPackageToProject('ember-qunit', '0.1.8');
Expand Down

0 comments on commit 64764fb

Please sign in to comment.