Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpecor committed Nov 29, 2016
1 parent 229cb23 commit b427f24
Show file tree
Hide file tree
Showing 14 changed files with 5,228 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", "stage-3"],
"plugins": ["add-module-exports"]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
Loading

0 comments on commit b427f24

Please sign in to comment.