Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Youngerman authored and Mitchell Youngerman committed Apr 21, 2020
0 parents commit 25d46a8
Show file tree
Hide file tree
Showing 11,057 changed files with 1,039,300 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added .DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [ // Collection of code transform plugins, which apply the transformations to our code.
["env", {
"targets": {
"browsers": [
"last 5 versions",
"ie >= 8"
]
}
}]
]
}
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
Binary file added dist/.DS_Store
Binary file not shown.
Loading

0 comments on commit 25d46a8

Please sign in to comment.