Skip to content

Commit

Permalink
Change it to library
Browse files Browse the repository at this point in the history
  • Loading branch information
yershalom committed Feb 10, 2019
1 parent d4d007e commit c1bf951
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 18,349 deletions.
5 changes: 4 additions & 1 deletion .babelrc
@@ -1,7 +1,10 @@
{
"presets": [
["env", {
"modules": false
"modules": false,
"targets": {
"node": "current"
}
}],
"stage-0",
"react"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -20,3 +20,4 @@ dist
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea

0 comments on commit c1bf951

Please sign in to comment.