kimroen / ember-cli-coffeescript

Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.
MIT License
72 stars 49 forks source link

Change name of ember npm package in `after` #121

Closed kimroen closed 7 years ago

kimroen commented 7 years ago

This has landed now: https://github.com/emberjs/ember.js/pull/13022

The name of the addon providing ember in the future is going to be ember-source, and so we need to addember-source inside after in the ember-addon-section of package.json to make sure we continue overriding the blueprints.

The section in question.

EDIT: Accommodate the suggestion by @locks.

locks commented 7 years ago

A small note that you might want to keep ember to make sure it works with versions of Ember older than v2.10 (the predicted release).

kimroen commented 7 years ago

Thanks, Ricardo! Good point, let's keep them both.