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 b20969d commit d3a321aCopy full SHA for d3a321a
1 file changed
manifest.json
@@ -81,5 +81,13 @@
81
"projectOptions": ["app", "addon"],
82
"nodeVersion": "6.0.0",
83
"commands": ["ember-3x-codemods cp-volatile app/**/*.js"]
84
+ },
85
+ "cp-property-map-codemod": {
86
+ "versions": {
87
+ "ember-cli": "3.8.0-beta.1"
88
89
+ "projectOptions": ["app", "addon"],
90
+ "nodeVersion": "6.0.0",
91
+ "commands": ["ember-3x-codemods cp-property-map app/**/*.js"]
92
}
93
0 commit comments