Skip to content

Commit

Permalink
Merge 72d681a into 794353c
Browse files Browse the repository at this point in the history
  • Loading branch information
zenflow committed Feb 24, 2019
2 parents 794353c + 72d681a commit aa618c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .babelrc
Expand Up @@ -2,5 +2,10 @@
"presets": [
["@babel/preset-env"],
["@babel/preset-react"]
]
],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-runtime"]
}
}
}
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -52,14 +52,16 @@
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.3.1",
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.5",
"@types/react": "^16.0.40",
"babel-core": "^7.0.0-bridge.0",
"coveralls": "^3.0.0",
"jest": "^23.6.0",
"jest": "^24.1.0",
"npm-run-all": "^4.1.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
Expand Down

0 comments on commit aa618c1

Please sign in to comment.