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 911b8c5 commit d43451cCopy full SHA for d43451c
manifest.json
@@ -49,5 +49,13 @@
49
"projectOptions": ["app", "addon"],
50
"nodeVersion": "6.0.0",
51
"commands": ["jscodeshift -t https://raw.githubusercontent.com/simplabs/qunit-dom-codemod/master/qunit-dom-codemod.js ./tests"]
52
+ },
53
+ "deprecate-merge-codemod": {
54
+ "versions": {
55
+ "ember-cli": "3.6.0-beta.1"
56
57
+ "projectOptions": ["app", "addon"],
58
+ "nodeVersion": "6.0.0",
59
+ "commands": ["ember-3x-codemods deprecate-merge app/**/*.js"]
60
}
61
0 commit comments