Skip to content

Commit

Permalink
dropped shim version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwondercorn committed Apr 29, 2018
1 parent 8def266 commit 6845537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/ember-c3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
.then(function() {
return self.addBowerPackageToProject('c3')
.then(function() {
self.addAddonToProject('ember-c3-shim@0.0.6');
self.addAddonToProject('ember-c3-shim');
});
});
}
Expand Down

0 comments on commit 6845537

Please sign in to comment.