Skip to content

Commit df6ad21

Browse files
author
Kelly Selden
committed
add qunit-dom-codemod
1 parent 8ed20ae commit df6ad21

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"projectTypes": ["app", "addon"],
2626
"nodeVersion": "4.0.0",
2727
"commands": ["jscodeshift -t https://rawgit.com/rondale-sc/es5-getter-ember-codemod/master/es5-getter-ember-codemod.js ./app"]
28+
},
29+
"qunit-dom-codemod": {
30+
"version": "3.2.0-beta.1",
31+
"projectTypes": ["app", "addon"],
32+
"nodeVersion": "6.0.0",
33+
"commands": ["jscodeshift -t https://raw.githubusercontent.com/simplabs/qunit-dom-codemod/master/qunit-dom-codemod.js ./tests"]
2834
}
2935
}

0 commit comments

Comments
 (0)