Skip to content

Commit

Permalink
Merge pull request #22 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Browse files Browse the repository at this point in the history
Replace npmcdn.com with unpkg.com
  • Loading branch information
zalmoxisus authored Sep 7, 2016
2 parents 384e4b8 + 3acd1ee commit dc4ba29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
</head>
<body>
<div id="root"></div>
<script src="//npmcdn.com/[email protected]/dist/react.min.js"></script>
<script src="//npmcdn.com/[email protected]/dist/react-dom.min.js"></script>
<script src="//npmcdn.com/remotedev-app/dist/remotedev-app.min.js"></script>
<script src="//unpkg.com/[email protected]/dist/react.min.js"></script>
<script src="//unpkg.com/[email protected]/dist/react-dom.min.js"></script>
<script src="//unpkg.com/remotedev-app/dist/remotedev-app.min.js"></script>
<script>
window.remotedevOptions = {
hostname: location.hostname,
Expand Down

0 comments on commit dc4ba29

Please sign in to comment.