mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-01-12 22:51:28 +08:00
Replace npmcdn.com with unpkg.com (#113)
This commit is contained in:
committed by
Jacob Wenger
parent
6a08bc6f5d
commit
f63fafa699
@@ -15,10 +15,10 @@
|
||||
<script src="https://cdn.firebase.com/libs/reactfire/1.0.0/reactfire.min.js"></script>
|
||||
|
||||
<!-- throw-in-the-towel -->
|
||||
<script src="https://npmcdn.com/throw-in-the-towel@2"></script>
|
||||
<script src="https://unpkg.com/throw-in-the-towel@2"></script>
|
||||
|
||||
<!-- Markdown -->
|
||||
<script src="https://npmcdn.com/showdown@0.3.1"></script>
|
||||
<script src="https://unpkg.com/showdown@0.3.1"></script>
|
||||
|
||||
<!-- Custom JS -->
|
||||
<script type="text/babel" src="js/app.js"></script>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<script src="https://cdn.firebase.com/libs/reactfire/1.0.0/reactfire.min.js"></script>
|
||||
|
||||
<!-- throw-in-the-towel -->
|
||||
<script src="https://npmcdn.com/throw-in-the-towel@2"></script>
|
||||
<script src="https://unpkg.com/throw-in-the-towel@2"></script>
|
||||
|
||||
<!-- Initialize the Firebase SDK -->
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user