Skip to content

Commit

Permalink
[FEAT] Add function-prototype-extensions-on codemod
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasegar authored and Kelly Selden committed Nov 5, 2019
1 parent a1031d3 commit 781d97e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,13 @@
"projectOptions": ["app", "addon"],
"nodeVersion": "6.0.0",
"commands": ["ember-3x-codemods cp-property-map app/**/*.js"]
},
"fpe-on-codemod": {
"versions": {
"ember-source": "3.11.0-beta.1"
},
"projectOptions": ["app", "addon"],
"nodeVersion": "6.0.0",
"commands": ["ember-3x-codemods fpe-on app/**/*.js"]
}
}

0 comments on commit 781d97e

Please sign in to comment.