Skip to content

Commit af66a1d

Browse files
rajasegarKelly Selden
authored andcommitted
[FEAT] Add fpe-computed codemod (#34)
To address deprecations for function.prototype.extensions.computed
1 parent 947b193 commit af66a1d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,13 @@
105105
"projectOptions": ["app", "addon"],
106106
"nodeVersion": "6.0.0",
107107
"commands": ["ember-3x-codemods fpe-observes app/**/*.js"]
108+
},
109+
"fpe-computed-codemod": {
110+
"versions": {
111+
"ember-source": "3.11.0-beta.1"
112+
},
113+
"projectOptions": ["app", "addon"],
114+
"nodeVersion": "6.0.0",
115+
"commands": ["ember-3x-codemods fpe-computed app/**/*.js"]
108116
}
109117
}

0 commit comments

Comments
 (0)