Skip to content

Commit

Permalink
Merge branch 'pilarArr-refactor/babel-preset_#60'
Browse files Browse the repository at this point in the history
Closes #60
  • Loading branch information
cleverbeagle committed Nov 1, 2017
2 parents 79f2e65 + 981373a commit 245e494
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^2.9.1",
"eslint": "^4.6.0",
Expand All @@ -41,6 +41,9 @@
"eslint-plugin-react": "^7.3.0",
"jest": "^20.0.4"
},
"babel": {
"presets": ["env", "react"]
},
"eslintConfig": {
"parserOptions": {
"ecmaFeatures": {
Expand Down

0 comments on commit 245e494

Please sign in to comment.