Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Jan 13, 2020
0 parents commit 3915c8b
Show file tree
Hide file tree
Showing 6 changed files with 6,306 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/node_modules/
SCRATCH.md
COMMIT_MSG.aim.txt
12 changes: 12 additions & 0 deletions bable.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current',
},
},
],
],
};
Loading

0 comments on commit 3915c8b

Please sign in to comment.