Skip to content

Commit

Permalink
Merge pull request blockchain-certificates#40 from blockchain-certifi…
Browse files Browse the repository at this point in the history
…cates/chore/es-module

fix(ESM): fix babel definition
  • Loading branch information
Julien Fraichot authored Jun 26, 2018
2 parents 9dbaba5 + 3c1474e commit 876ad3b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
},
"babel": {
"presets": [
"env",
{
"targets": {
"browsers": ["> 1%", "dead"]
[
"env",
{
"targets": {
"browsers": ["> 1%", "dead"]
}
}
}
]
]
},
"author": "Kim Duffy",
Expand Down

0 comments on commit 876ad3b

Please sign in to comment.