Skip to content

Commit

Permalink
fix: update html
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlantzwork committed Apr 13, 2017
1 parent a97decd commit 1c678ac
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 @@ -29,9 +29,9 @@ <h1>Component Archetype Demo</h1>
</script>

<!-- Provide React and ReactDOM as a depedency external to the component -->
<script src="https://unpkg.com/react@15/dist/react.js"></script>
<script src="https://unpkg.com/react-dom@15/dist/react-dom.js"></script>
<script src="https://unpkg.com/react@15/dist/react.min.js"></script>
<script src="https://unpkg.com/prop-types@15/prop-types.min.js"></script>
<script src="https://unpkg.com/react-dom@15/dist/react-dom.min.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>
<!-- Demo build of component Injected on build -->
Expand Down

0 comments on commit 1c678ac

Please sign in to comment.