Skip to content

Commit

Permalink
Complete rewrite, version 1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien committed Jun 4, 2019
1 parent 2cea91c commit 2b2dffd
Show file tree
Hide file tree
Showing 10 changed files with 1,888 additions and 709 deletions.
6 changes: 6 additions & 0 deletions .babelrc
@@ -0,0 +1,6 @@
{
"presets": ["@babel/env"],
"plugins": [
"transform-react-jsx"
]
}
12 changes: 4 additions & 8 deletions .gitignore
@@ -1,8 +1,4 @@
*
!.*
!*.js
!*.d.ts
!*.json
!*.md
!*.txt
.DS_Store
.DS_Store
.idea
node_modules
dist/*
2 changes: 2 additions & 0 deletions .npmignore
@@ -0,0 +1,2 @@
.DS_Store
.idea

0 comments on commit 2b2dffd

Please sign in to comment.