We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43451c commit 243b96aCopy full SHA for 243b96a
1 file changed
manifest.json
@@ -57,5 +57,13 @@
57
"projectOptions": ["app", "addon"],
58
"nodeVersion": "6.0.0",
59
"commands": ["ember-3x-codemods deprecate-merge app/**/*.js"]
60
+ },
61
+ "deprecate-router-events-codemod": {
62
+ "versions": {
63
+ "ember-cli": "3.6.0-beta.1"
64
65
+ "projectOptions": ["app", "addon"],
66
+ "nodeVersion": "6.0.0",
67
+ "commands": ["ember-3x-codemods deprecate-router-events app/**/*.js"]
68
}
69
0 commit comments