updates to modernizr 3.11.7

- updates to modernizr 3.11.7
-changed indent to 2 spaces for consistency
- ran 'npx browserslist@latest --update-db' to update browserslist db.
This commit is contained in:
Christian Oliff
2021-04-22 16:24:58 +09:00
parent 0e58751ebd
commit 9e672b9b8f
7 changed files with 1227 additions and 1723 deletions

6
dist/doc/html.md vendored
View File

@@ -164,9 +164,9 @@ 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.6.min.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
<script src="js/app.js"></script>
<script src="js/vendor/modernizr-3.11.7.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.6.min.js"></script>
<script src="js/vendor/modernizr-3.11.7.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

2912
dist/package-lock.json generated vendored

File diff suppressed because it is too large Load Diff

2
dist/package.json vendored
View File

@@ -12,6 +12,6 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
"parcel-bundler": "^1.12.5"
}
}

18
package-lock.json generated
View File

@@ -253,12 +253,6 @@
"node-releases": "^1.1.70"
}
},
"caniuse-lite": {
"version": "1.0.30001208",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001208.tgz",
"integrity": "sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA==",
"dev": true
},
"electron-to-chromium": {
"version": "1.3.712",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.712.tgz",
@@ -3185,9 +3179,9 @@
"dev": true
},
"caniuse-lite": {
"version": "1.0.30001115",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001115.tgz",
"integrity": "sha512-NZrG0439ePYna44lJX8evHX2L7Z3/z3qjVLnHgbBb/duNEnGo348u+BQS5o4HTWcrb++100dHFrU36IesIrC1Q==",
"version": "1.0.30001214",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001214.tgz",
"integrity": "sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg==",
"dev": true
},
"chalk": {
@@ -3639,12 +3633,6 @@
"node-releases": "^1.1.70"
}
},
"caniuse-lite": {
"version": "1.0.30001208",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001208.tgz",
"integrity": "sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA==",
"dev": true
},
"electron-to-chromium": {
"version": "1.3.712",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.712.tgz",

View File

@@ -164,9 +164,9 @@ 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.6.min.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
<script src="js/app.js"></script>
<script src="js/vendor/modernizr-3.11.7.min.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
<script src="js/app.js"></script>
</body>
```