From 23a933a9c95bba177ee0b62135214ef86b6a4614 Mon Sep 17 00:00:00 2001 From: joshua-scott Date: Sat, 7 Jul 2018 15:15:12 +0300 Subject: Fix typo --- sick-fits/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sick-fits') diff --git a/sick-fits/frontend/package.json b/sick-fits/frontend/package.json index 987b7d6..7bd0405 100644 --- a/sick-fits/frontend/package.json +++ b/sick-fits/frontend/package.json @@ -45,7 +45,7 @@ "jest": "^22.4.4", "jest-transform-graphql": "^2.1.0" }, - "//": "This is out babel config, I prefer this over a .babelrc file", + "//": "This is our babel config, I prefer this over a .babelrc file", "jest": { "setupTestFrameworkScriptFile": "/jest.setup.js", "testPathIgnorePatterns": [ -- cgit v1.3 From 3b8cd7da7492a365d76bf05c1f51af1dbad9998d Mon Sep 17 00:00:00 2001 From: Denis Zaratan Pasin Date: Mon, 13 Aug 2018 14:21:51 -0400 Subject: Moving babel comments to the right position --- finished-application/frontend/package.json | 2 +- sick-fits/frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sick-fits') diff --git a/finished-application/frontend/package.json b/finished-application/frontend/package.json index 4b559dd..e75435b 100644 --- a/finished-application/frontend/package.json +++ b/finished-application/frontend/package.json @@ -45,7 +45,6 @@ "jest": "^22.4.4", "jest-transform-graphql": "^2.1.0" }, - "//": "This is our babel config, I prefer this over a .babelrc file", "jest": { "setupTestFrameworkScriptFile": "/jest.setup.js", "testPathIgnorePatterns": [ @@ -57,6 +56,7 @@ ".*": "babel-jest" } }, + "//": "This is our babel config, I prefer this over a .babelrc file", "babel": { "env": { "development": { diff --git a/sick-fits/frontend/package.json b/sick-fits/frontend/package.json index 7bd0405..e6b4878 100644 --- a/sick-fits/frontend/package.json +++ b/sick-fits/frontend/package.json @@ -45,7 +45,6 @@ "jest": "^22.4.4", "jest-transform-graphql": "^2.1.0" }, - "//": "This is our babel config, I prefer this over a .babelrc file", "jest": { "setupTestFrameworkScriptFile": "/jest.setup.js", "testPathIgnorePatterns": [ @@ -57,6 +56,7 @@ ".*": "babel-jest" } }, + "//": "This is our babel config, I prefer this over a .babelrc file", "babel": { "env": { "development": { -- cgit v1.3