Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Updates dependencies, adds support for solidity 0.5 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
JirkaChadima authored and dpilch committed Mar 24, 2019
1 parent 1f78d6b commit a9e70eb
Show file tree
Hide file tree
Showing 6 changed files with 3,917 additions and 4,938 deletions.
19 changes: 11 additions & 8 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"presets": [
["@babel/preset-env", {
"targets": {
"node": "6.10"
}
}],
["@babel/preset-stage-2", {
"decoratorsLegacy": true,
}]
[
"@babel/preset-env"
]
],
"plugins": [
// Stage 2
["@babel/plugin-proposal-decorators", { "legacy": true }],
"@babel/plugin-proposal-function-sent",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-numeric-separator",
"@babel/plugin-proposal-throw-expressions"
]
}
Loading

0 comments on commit a9e70eb

Please sign in to comment.