Skip to content

Commit

Permalink
Make babelrc valid json
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed May 2, 2017
1 parent da4a024 commit 42b9b26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/gatsby-link/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions", "safari >= 7"],
},
"browsers": ["last 2 versions", "safari >= 7"]
}
}],
'react',
"react"
],
"plugins": [
"transform-object-rest-spread",
"transform-flow-strip-types",
"transform-flow-strip-types"
]
}

0 comments on commit 42b9b26

Please sign in to comment.