Skip to content

Commit

Permalink
added package.json and Babel build script
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Jun 27, 2017
1 parent 7fd907e commit 02fdbc5
Show file tree
Hide file tree
Showing 4 changed files with 5,323 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["es2015"],
"plugins": ["async-to-promises"]
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
npm-debug.log
.DS_Store
Loading

0 comments on commit 02fdbc5

Please sign in to comment.