From 290799108f7a491ee6358e464e7662d729d687dc Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Fri, 16 Aug 2019 15:27:43 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=C2=AF\=5F(=20=E3=83=84=20)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifest.json b/manifest.json index 0980191f..7312ef56 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,12 @@ { + "ember-no-implicit-this-codemod": { + "versions": { + "ember-source": "3.12.0" + }, + "projectOptions": ["app", "addon"], + "nodeVErsion": "8.0.0", + "commands": ["ember-no-implicit-this-codemod http://localhost:4200 app/"] + }, "ember-modules-codemod": { "versions": { "ember-cli": "2.16.0-beta.1" From 2e81a888566ee4aae8cfc92fdc3c6798d8cf1c70 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Fri, 16 Aug 2019 15:28:26 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=C2=AF\=5F(=20=E3=83=84=20)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7312ef56..f0bb70d3 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "ember-source": "3.12.0" }, "projectOptions": ["app", "addon"], - "nodeVErsion": "8.0.0", + "nodeVersion": "8.0.0", "commands": ["ember-no-implicit-this-codemod http://localhost:4200 app/"] }, "ember-modules-codemod": {