Skip to content

Commit

Permalink
1.7.0: Merged with upstream, use babel-preset-env, add package-lock, …
Browse files Browse the repository at this point in the history
….npmignore
  • Loading branch information
Download committed Mar 27, 2018
1 parent e3d0d78 commit 464204f
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 1,187 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["es2015"],
"presets": ["env"],
"plugins": [
[
"transform-react-jsx",
Expand Down
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__tests__
.vscode
examples
test_utils
.babelrc
.eslintignore
.eslintrc.yml
.gitignote
.jshintignore
.jshintrc
Loading

0 comments on commit 464204f

Please sign in to comment.