Skip to content

Commit

Permalink
update to react 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy committed Apr 15, 2016
1 parent 5f5a8e6 commit 8fe4b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</head>
<body>
<div class="examples-container"></div>
<script src="http://cdn.jsdelivr.net/react/0.14.3/react.js"></script>
<script src="http://cdn.jsdelivr.net/react/0.14.3/react-dom.js"></script>
<script src="http://cdn.jsdelivr.net/react/15.0.1/react.js"></script>
<script src="http://cdn.jsdelivr.net/react/15.0.1/react-dom.js"></script>
<script src="http://cdn.jsdelivr.net/react/0.13.3/JSXTransformer.js"></script>
<script src="../node_modules/planout/dist/planout.js"></script>
<script src="../dist/react-experiments.js"></script>
Expand Down

0 comments on commit 8fe4b77

Please sign in to comment.