Skip to content

Commit

Permalink
Merge pull request #28 from mwcz/renovate/fetch-3.x
Browse files Browse the repository at this point in the history
Update dependency fetch to v3.6.2
  • Loading branch information
mwcz committed Jun 2, 2021
2 parents d1910d4 + af9c664 commit a3ded9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h1>FIRE<span class="flies">FLIES</span></h1>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r83/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ractive/0.10.14/ractive.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/4.2.8/es6-promise.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/3.5.0/fetch.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/3.6.2/fetch.min.js"></script>
<script src="js/Drop.js"></script>
<script src="js/Detector.js"></script>

Expand Down

0 comments on commit a3ded9f

Please sign in to comment.