]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update grunt-html to v6.0.0.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 26 Jan 2016 12:55:26 +0000 (14:55 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 19 Feb 2016 09:26:54 +0000 (11:26 +0200)
Also remove the workaround for the old validator version.

[skip sauce]

Gruntfile.js
grunt/npm-shrinkwrap.json
package.json

index 31068766c14bcc3419d3183bd783e6ea3a175a12..67cbc50781f50ea211da7c4361be22e80cf69786 100644 (file)
@@ -327,8 +327,7 @@ module.exports = function (grunt) {
           'The “datetime-local” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',
           'The “month” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',
           'The “time” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',
-          'The “week” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',
-          'Attribute “integrity” not allowed on element “script” at this point.' // Until https://github.com/jzaefferer/grunt-html/issues/86 gets fixed
+          'The “week” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.'
         ]
       },
       src: ['_gh_pages/**/*.html', 'js/tests/visual/*.html']
index eb4c9acc10d4ee236e3cea122bf3b593fb0f3142..85d08952f2c20f5c9c335bd26a9cb9663efee13e 100644 (file)
       "resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-0.4.6.tgz"
     },
     "grunt-html": {
-      "version": "5.0.1",
-      "resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-5.0.1.tgz",
+      "version": "6.0.0",
+      "resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-6.0.0.tgz",
       "dependencies": {
         "async": {
-          "version": "1.4.0",
-          "resolved": "https://registry.npmjs.org/async/-/async-1.4.0.tgz"
-        },
-        "chalk": {
-          "version": "1.1.0",
-          "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.0.tgz"
-        },
-        "supports-color": {
-          "version": "2.0.0",
-          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
+          "version": "1.5.1",
+          "resolved": "https://registry.npmjs.org/async/-/async-1.5.1.tgz"
         }
       }
     },
index b2494c6e23882a91284b1c85bfadfae52e3de0ac..d02e6d6a6e6efaabd3ce7e089598973df43c3b34 100644 (file)
@@ -48,7 +48,7 @@
     "grunt-contrib-watch": "~0.6.1",
     "grunt-eslint": "^17.1.0",
     "grunt-exec": "~0.4.6",
-    "grunt-html": "~5.0.0",
+    "grunt-html": "~6.0.0",
     "grunt-jekyll": "~0.4.2",
     "grunt-jscs": "~2.7.0",
     "grunt-line-remover": "0.0.2",