Skip to content

Commit

Permalink
1.7.0: Merged with upstream, use babel-preset-env, add package-lock, …
Browse files Browse the repository at this point in the history
….npmignore
  • Loading branch information
Download committed Mar 27, 2018
1 parent 464204f commit 2d75dfd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"presets": ["env"],
"presets": [
["env", {
"targets": {
"node": 4
}
}]
],
"plugins": [
[
"transform-react-jsx",
Expand Down

0 comments on commit 2d75dfd

Please sign in to comment.