From c4838067e9c8f489d446becfe74674de5d722740 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 5 Mar 2019 15:39:57 +0900 Subject: [PATCH] Update Modernizr to 3.7.0 --- dist/index.html | 2 +- .../vendor/{modernizr-3.6.0.min.js => modernizr-3.7.0.min.js} | 0 package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename dist/js/vendor/{modernizr-3.6.0.min.js => modernizr-3.7.0.min.js} (100%) diff --git a/dist/index.html b/dist/index.html index 503fd844fa..e5670bc2d6 100644 --- a/dist/index.html +++ b/dist/index.html @@ -24,7 +24,7 @@

Hello world! This is HTML5 Boilerplate.

- + diff --git a/dist/js/vendor/modernizr-3.6.0.min.js b/dist/js/vendor/modernizr-3.7.0.min.js similarity index 100% rename from dist/js/vendor/modernizr-3.6.0.min.js rename to dist/js/vendor/modernizr-3.7.0.min.js diff --git a/package.json b/package.json index eef6d0f4e0..4bc03bbf70 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "jquery": "3.3.1", "main.css": "1.0.0", "mocha": "^5.2.0", - "modernizr": "3.6.0", + "modernizr": "3.7.0", "normalize.css": "8.0.1", "run-sequence": "^2.2.1", "ssri": "^6.0.1",