Skip to content

Commit

Permalink
Merge pull request #32 from jpantunes/decentralised
Browse files Browse the repository at this point in the history
Decentralised
  • Loading branch information
raineorshine committed Jul 9, 2018
2 parents 03f3999 + d0db199 commit f28ab00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["@babel/preset-es2015",
["@babel/preset-stage-1", { "decoratorsLegacy": true }]
["@babel/preset-stage-1", { "decoratorsLegacy": true, "pipelineProposal": "minimal" }]
]
}
}

0 comments on commit f28ab00

Please sign in to comment.