Skip to content

Commit

Permalink
babel and start script configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed May 6, 2018
1 parent a1f5871 commit 5136dff
Show file tree
Hide file tree
Showing 3 changed files with 6,521 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
[
"env",
{
"targets": {
"node": "8.4"
}
}
]
]
}
Loading

0 comments on commit 5136dff

Please sign in to comment.