Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from TriPSs/develop
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
TriPSs authored Sep 13, 2017
2 parents b8715c1 + 483ee8a commit 357b856
Show file tree
Hide file tree
Showing 6 changed files with 3,282 additions and 55 deletions.
13 changes: 11 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"stage": 0
}
"presets": [
"es2015",
"react",
"stage-0",
"flow"
],
"plugins": [
"remove-comments",
"minify-dead-code-elimination"
]
}
23 changes: 16 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
node_modules
.idea
resolve.js
Resolver.js
index.js
client.js
*

!src/*
!__mocks__
!__mocks__/*
!types/**/*
!types
!.babelrc
!.editorconfig
!.eslintrc
!.flowconfig
!.gitignore
!.npmignore
!package.json
!package-lock.json
!readme.md
!src/**/*
!src
Loading

0 comments on commit 357b856

Please sign in to comment.