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 243b96a commit a4ad6e6Copy full SHA for a4ad6e6
1 file changed
manifest.json
@@ -65,5 +65,13 @@
65
"projectOptions": ["app", "addon"],
66
"nodeVersion": "6.0.0",
67
"commands": ["ember-3x-codemods deprecate-router-events app/**/*.js"]
68
+ },
69
+ "cp-property-codemod": {
70
+ "versions": {
71
+ "ember-cli": "3.8.0-beta.1"
72
73
+ "projectOptions": ["app", "addon"],
74
+ "nodeVersion": "6.0.0",
75
+ "commands": ["ember-3x-codemods cp-property app/**/*.js"]
76
}
77
0 commit comments