Skip to content

Commit

Permalink
chore(deps): update all deps, move to react 16 for testing (#120)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: only React v16 is now actively supported
  • Loading branch information
modosc authored and frederickfogerty committed Nov 17, 2017
1 parent 264050a commit 99f1f14
Show file tree
Hide file tree
Showing 5 changed files with 1,266 additions and 1,303 deletions.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,4 +1,4 @@
{
"presets": ["react", "es2015", "stage-0"],
"presets": ["react", "env", "stage-0"],
"plugins": ["transform-object-assign"]
}

0 comments on commit 99f1f14

Please sign in to comment.