]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove the now unused grunt-contrib-jade references. 17394/head
authorXhmikosR <xhmikosr@gmail.com>
Wed, 26 Aug 2015 18:48:34 +0000 (21:48 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 29 Aug 2015 15:54:49 +0000 (18:54 +0300)
[skip sauce]
[skip validator]

package.json
test-infra/npm-shrinkwrap.json

index 07018beb9d9ee65f37b940b58cb0afd9125da457..f6a8e1e1fa3fda32b0938be6867f767700b2ea63 100644 (file)
@@ -43,7 +43,6 @@
     "grunt-contrib-copy": "~0.8.0",
     "grunt-contrib-csslint": "~0.4.0",
     "grunt-contrib-cssmin": "~0.12.2",
-    "grunt-contrib-jade": "~0.14.1",
     "grunt-contrib-qunit": "~0.5.2",
     "grunt-contrib-sass": "^0.8.1",
     "grunt-contrib-uglify": "~0.8.0",
index f7f5faae90273977cee654529da17f8ef4ac2c2b..aa9783ca94e2b5e0f96c17bf4c32e39ab2730c76 100644 (file)
         }
       }
     },
-    "grunt-contrib-jade": {
-      "version": "0.14.1",
-      "resolved": "https://registry.npmjs.org/grunt-contrib-jade/-/grunt-contrib-jade-0.14.1.tgz",
-      "dependencies": {
-        "chalk": {
-          "version": "0.5.1",
-          "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
-          "dependencies": {
-            "ansi-styles": {
-              "version": "1.1.0",
-              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz"
-            },
-            "escape-string-regexp": {
-              "version": "1.0.3",
-              "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz"
-            },
-            "has-ansi": {
-              "version": "0.1.0",
-              "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
-              "dependencies": {
-                "ansi-regex": {
-                  "version": "0.2.1",
-                  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
-                }
-              }
-            },
-            "strip-ansi": {
-              "version": "0.3.0",
-              "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
-              "dependencies": {
-                "ansi-regex": {
-                  "version": "0.2.1",
-                  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz"
-                }
-              }
-            },
-            "supports-color": {
-              "version": "0.2.0",
-              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz"
-            }
-          }
-        },
-        "jade": {
-          "version": "1.9.2",
-          "resolved": "https://registry.npmjs.org/jade/-/jade-1.9.2.tgz",
-          "dependencies": {
-            "character-parser": {
-              "version": "1.2.1",
-              "resolved": "https://registry.npmjs.org/character-parser/-/character-parser-1.2.1.tgz"
-            },
-            "commander": {
-              "version": "2.6.0",
-              "resolved": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz"
-            },
-            "constantinople": {
-              "version": "3.0.2",
-              "resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.0.2.tgz",
-              "dependencies": {
-                "acorn": {
-                  "version": "2.3.0",
-                  "resolved": "https://registry.npmjs.org/acorn/-/acorn-2.3.0.tgz"
-                }
-              }
-            },
-            "mkdirp": {
-              "version": "0.5.1",
-              "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
-              "dependencies": {
-                "minimist": {
-                  "version": "0.0.8",
-                  "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz"
-                }
-              }
-            },
-            "transformers": {
-              "version": "2.1.0",
-              "resolved": "https://registry.npmjs.org/transformers/-/transformers-2.1.0.tgz",
-              "dependencies": {
-                "css": {
-                  "version": "1.0.8",
-                  "resolved": "https://registry.npmjs.org/css/-/css-1.0.8.tgz",
-                  "dependencies": {
-                    "css-parse": {
-                      "version": "1.0.4",
-                      "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-1.0.4.tgz"
-                    },
-                    "css-stringify": {
-                      "version": "1.0.5",
-                      "resolved": "https://registry.npmjs.org/css-stringify/-/css-stringify-1.0.5.tgz"
-                    }
-                  }
-                },
-                "promise": {
-                  "version": "2.0.0",
-                  "resolved": "https://registry.npmjs.org/promise/-/promise-2.0.0.tgz",
-                  "dependencies": {
-                    "is-promise": {
-                      "version": "1.0.1",
-                      "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz"
-                    }
-                  }
-                },
-                "uglify-js": {
-                  "version": "2.2.5",
-                  "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz",
-                  "dependencies": {
-                    "optimist": {
-                      "version": "0.3.7",
-                      "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
-                      "dependencies": {
-                        "wordwrap": {
-                          "version": "0.0.3",
-                          "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz"
-                        }
-                      }
-                    },
-                    "source-map": {
-                      "version": "0.1.43",
-                      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
-                      "dependencies": {
-                        "amdefine": {
-                          "version": "1.0.0",
-                          "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.0.tgz"
-                        }
-                      }
-                    }
-                  }
-                }
-              }
-            },
-            "void-elements": {
-              "version": "2.0.1",
-              "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz"
-            },
-            "with": {
-              "version": "4.0.3",
-              "resolved": "https://registry.npmjs.org/with/-/with-4.0.3.tgz",
-              "dependencies": {
-                "acorn": {
-                  "version": "1.2.2",
-                  "resolved": "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz"
-                },
-                "acorn-globals": {
-                  "version": "1.0.5",
-                  "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.5.tgz",
-                  "dependencies": {
-                    "acorn": {
-                      "version": "2.3.0",
-                      "resolved": "https://registry.npmjs.org/acorn/-/acorn-2.3.0.tgz"
-                    }
-                  }
-                }
-              }
-            }
-          }
-        }
-      }
-    },
     "grunt-contrib-jshint": {
       "version": "0.11.2",
       "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.11.2.tgz",