Skip to content

Commit

Permalink
feat: update to React v16.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unclay committed Dec 29, 2018
1 parent 87cced7 commit 2bcee5f
Show file tree
Hide file tree
Showing 34 changed files with 28,809 additions and 76,170 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ Then play with the source files under the repo's demo* directories.
<!DOCTYPE html>
<html>
<head>
<script src="../build/react.js"></script>
<script src="../build/react-dom.js"></script>
<script src="../build/browser.min.js"></script>
<meta charset="UTF-8" />
<script src="../build/react.development.js"></script>
<script src="../build/react-dom.development.js"></script>
<script src="../build/babel.min.js"></script>
</head>
<body>
<div id="example"></div>
Expand Down
Loading

0 comments on commit 2bcee5f

Please sign in to comment.