Skip to content

Commit f63fafa

Browse files
npmcdn-to-unpkg-botJacob Wenger
authored andcommitted
Replace npmcdn.com with unpkg.com (#113)
1 parent 6a08bc6 commit f63fafa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/commentsBox/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<script src="https://cdn.firebase.com/libs/reactfire/1.0.0/reactfire.min.js"></script>
1616

1717
<!-- throw-in-the-towel -->
18-
<script src="https://npmcdn.com/throw-in-the-towel@2"></script>
18+
<script src="https://unpkg.com/throw-in-the-towel@2"></script>
1919

2020
<!-- Markdown -->
21-
<script src="https://npmcdn.com/showdown@0.3.1"></script>
21+
<script src="https://unpkg.com/showdown@0.3.1"></script>
2222

2323
<!-- Custom JS -->
2424
<script type="text/babel" src="js/app.js"></script>

examples/todoApp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="https://cdn.firebase.com/libs/reactfire/1.0.0/reactfire.min.js"></script>
1515

1616
<!-- throw-in-the-towel -->
17-
<script src="https://npmcdn.com/throw-in-the-towel@2"></script>
17+
<script src="https://unpkg.com/throw-in-the-towel@2"></script>
1818

1919
<!-- Initialize the Firebase SDK -->
2020
<script>

0 commit comments

Comments
 (0)