Skip to content

Commit

Permalink
Cleans babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticivan committed Jan 31, 2017
1 parent aa85f73 commit e92bf6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"presets": ["es2015"],
"plugins": ["syntax-async-functions", "transform-async-to-generator", "transform-runtime"]
"plugins": [
"syntax-async-functions", "transform-async-to-generator", "transform-runtime"
]
}

0 comments on commit e92bf6e

Please sign in to comment.