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 781d97e commit 947b193Copy full SHA for 947b193
1 file changed
manifest.json
@@ -97,5 +97,13 @@
97
"projectOptions": ["app", "addon"],
98
"nodeVersion": "6.0.0",
99
"commands": ["ember-3x-codemods fpe-on app/**/*.js"]
100
+ },
101
+ "fpe-observes-codemod": {
102
+ "versions": {
103
+ "ember-source": "3.11.0-beta.1"
104
105
+ "projectOptions": ["app", "addon"],
106
+ "nodeVersion": "6.0.0",
107
+ "commands": ["ember-3x-codemods fpe-observes app/**/*.js"]
108
}
109
0 commit comments