Skip to content

Commit

Permalink
fix babel presets
Browse files Browse the repository at this point in the history
  • Loading branch information
eloytoro committed Mar 16, 2017
1 parent 3988be8 commit 00b5885
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,8 @@
"babel": {
"presets": [
"es2015",
"stage-3"
],
"env": {
"test": {
"presets": [
"react"
]
}
}
"stage-3",
"react"
]
}
}

0 comments on commit 00b5885

Please sign in to comment.