Skip to content

Commit

Permalink
Merge pull request #17 from Pearson-Higher-Ed/react
Browse files Browse the repository at this point in the history
refactor: Use the locally installed version of React in the demo page…
  • Loading branch information
aaronkaka authored Oct 13, 2016
2 parents 191b0b6 + 05ff556 commit f935db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h1>Component Archetype Demo</h1>
<div id="demo-target2"></div>

<!-- External dependencies for React -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.0.1/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.0.1/react-dom.js"></script>
<script src="../node_modules/react/dist/react.js"></script>
<script src="../node_modules/react-dom/dist/react-dom.js"></script>
<!-- CustomEvent polyfill is for IE, Intl.js polyfill is for Safari -->
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=CustomEvent,Intl.~locale.en,Intl.~locale.fr"></script>
<!-- Locally hosted demo server -->
Expand Down

0 comments on commit f935db9

Please sign in to comment.