Remove ember from package.json#3
Remove ember from package.json#3jhr007 wants to merge 1 commit intoIgorMinar:masterfrom jhr007:patch-2
Conversation
It's causing this package to show up on emberaddons.com :D
|
I'm pretty much sure that this won't work. Do you have any docs / source code where |
|
When you use ember cli to create an ember addon it automatically tags it as an https://www.emberaddons.com/?query=angular I don't know if the angular community is doing something similar. |
|
Allright. Right now angular-cli is based on top of ember-cli. And yes, angular-cli plugins are incorrectly shown on emberaddons.com. The troubles are caused due to this line of code: There is more discussion here: As you see, your commit would break the "angular-cli" addon which is unfortionally tagged with "ember-addon". |
Wasn't sure if removing or changing was better.... your call.