diff options
Diffstat (limited to 'sick-fits')
| -rw-r--r-- | sick-fits/frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |
