glimmerjs / glimmer-blueprint

[MOVED] This package is now part of the Glimmer.js monorepo
https://github.com/glimmerjs/glimmer.js
25 stars 13 forks source link

Unable to update application #29

Closed topaxi closed 7 years ago

topaxi commented 7 years ago

I'm used to update my Ember applications with ember init and I'd expect the same to work with glimmer.

I tried running it with ember init -b @glimmer/blueprint but all I get is:

$ ember init -b @glimmer/blueprint
Unknown blueprint: @glimmer/blueprint
topaxi commented 7 years ago

Ah I just noticed that the blueprint installs ember-cli@2.12.1 as devDependency, maybe it should use canary too?

rwjblue commented 7 years ago

Confirm, would you mind sending in a PR for that?

rwjblue commented 7 years ago

Looks like @locks beat you to it in #30