added modernizr 3.8

also updated with bet a flag to test github actions
This commit is contained in:
Rob Larsen
2019-10-26 10:03:21 -04:00
parent ff475a0bcb
commit 2b2bb45391
5 changed files with 1770 additions and 1926 deletions

2
dist/css/main.css vendored
View File

@@ -1,4 +1,4 @@
/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
/*! HTML5 Boilerplate v7.3.0-beta | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*

2
dist/index.html vendored
View File

@@ -24,7 +24,7 @@
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="js/vendor/modernizr-3.7.1.min.js"></script>
<script src="js/vendor/modernizr-3.8.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.4.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>

File diff suppressed because one or more lines are too long

3684
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "html5-boilerplate",
"version": "7.3.0",
"version": "7.3.0-beta",
"homepage": "https://html5boilerplate.com/",
"license": "MIT",
"description": "A professional front-end template for building fast, robust, and adaptable web apps or sites.",
@@ -41,7 +41,7 @@
"jquery": "3.4.1",
"main.css": "2.0.0",
"mocha": "^6.2.2",
"modernizr": "3.7.1",
"modernizr": "3.8.0",
"normalize.css": "8.0.1",
"ssri": "^7.0.1",
"strip-json-comments": "^3.0.1"