Skip to content

Commit

Permalink
Replace ember-addon keyword with ember-codemod (#132)
Browse files Browse the repository at this point in the history
* package.json: Remove `ember-addon` keyword

This is *not* an Ember addon, it is a codemod aimed at Ember projects. Using this keyword makes Ember CLI think that this is an actual addon, which can have unintended side-effects.

* package.json: Add `ember-codemod` keyword

This replaces the `ember-addon` keyword and will hopefully soon be picked up by EmberObserver
  • Loading branch information
Turbo87 authored Sep 29, 2019
1 parent a7223dd commit bed3762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"codemod-cli",
"codemods",
"ember",
"ember-addon"
"ember-codemod"
],
"homepage": "https://github.com/ember-codemods/ember-angle-brackets-codemod#readme",
"bugs": {
Expand Down

0 comments on commit bed3762

Please sign in to comment.