diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-08-13 14:23:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-13 14:23:10 -0400 |
| commit | bcc53164b32a6648577c0139de7b93f25a024da7 (patch) | |
| tree | fab10f5945cfa06b46c0776670510b808735934f | |
| parent | 54c53a58fb72663e5e299621f775e4e956d322da (diff) | |
| parent | 3b8cd7da7492a365d76bf05c1f51af1dbad9998d (diff) | |
Merge pull request #11 from denispasin/fixing_babel_comment_position
Moving babel comments to the right position
| -rw-r--r-- | finished-application/frontend/package.json | 2 | ||||
| -rw-r--r-- | sick-fits/frontend/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
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": "<rootDir>/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": "<rootDir>/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": { |
