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 a4ad6e6 commit 03f0cf2Copy full SHA for 03f0cf2
1 file changed
manifest.json
@@ -73,5 +73,13 @@
73
"projectOptions": ["app", "addon"],
74
"nodeVersion": "6.0.0",
75
"commands": ["ember-3x-codemods cp-property app/**/*.js"]
76
+ },
77
+ "cp-volatile-codemod": {
78
+ "versions": {
79
+ "ember-cli": "3.8.0-beta.1"
80
81
+ "projectOptions": ["app", "addon"],
82
+ "nodeVersion": "6.0.0",
83
+ "commands": ["ember-3x-codemods cp-volatile app/**/*.js"]
84
}
85
0 commit comments