Skip to content

Commit bed3762

Browse files
authored
Replace ember-addon keyword with ember-codemod (#132)
* 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
1 parent a7223dd commit bed3762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"codemod-cli",
77
"codemods",
88
"ember",
9-
"ember-addon"
9+
"ember-codemod"
1010
],
1111
"homepage": "https://github.com/ember-codemods/ember-angle-brackets-codemod#readme",
1212
"bugs": {

0 commit comments

Comments
 (0)