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 947b193 commit af66a1dCopy full SHA for af66a1d
1 file changed
manifest.json
@@ -105,5 +105,13 @@
105
"projectOptions": ["app", "addon"],
106
"nodeVersion": "6.0.0",
107
"commands": ["ember-3x-codemods fpe-observes app/**/*.js"]
108
+ },
109
+ "fpe-computed-codemod": {
110
+ "versions": {
111
+ "ember-source": "3.11.0-beta.1"
112
113
+ "projectOptions": ["app", "addon"],
114
+ "nodeVersion": "6.0.0",
115
+ "commands": ["ember-3x-codemods fpe-computed app/**/*.js"]
116
}
117
0 commit comments