update modernizr 3.11.6

This commit is contained in:
Christian Oliff
2021-03-25 23:48:00 +09:00
parent 183af7146d
commit 4d7ba64d57
5 changed files with 6 additions and 6 deletions

2
dist/doc/html.md vendored
View File

@@ -164,7 +164,7 @@ using a polyfill CDN service, like [polyfill.io](https://polyfill.io/v3/), just
it before the other scripts in the bottom of the page:
```html
<script src="js/vendor/modernizr-3.11.4.min.js"></script>
<script src="js/vendor/modernizr-3.11.6.min.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
<script src="js/app.js"></script>
</body>

2
dist/index.html vendored
View File

@@ -26,7 +26,7 @@
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="js/vendor/modernizr-3.11.4.min.js"></script>
<script src="js/vendor/modernizr-3.11.6.min.js"></script>
<script src="js/app.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -164,7 +164,7 @@ using a polyfill CDN service, like [polyfill.io](https://polyfill.io/v3/), just
it before the other scripts in the bottom of the page:
```html
<script src="js/vendor/modernizr-3.11.4.min.js"></script>
<script src="js/vendor/modernizr-3.11.6.min.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
<script src="js/app.js"></script>
</body>