diff options
| author | XhmikosR <[email protected]> | 2015-08-26 09:56:32 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-08-27 18:49:08 +0300 |
| commit | 73c61199a1eca888ede94e01310a2533fb966825 (patch) | |
| tree | 091f8bc24d3039427aeee46ecc1c307ca1d99ee2 | |
| parent | 3e664271279af3b9780e6c7a7b9e607ef491dea1 (diff) | |
| download | bootstrap-73c61199a1eca888ede94e01310a2533fb966825.tar.xz bootstrap-73c61199a1eca888ede94e01310a2533fb966825.zip | |
Remove CSSLint references.
| -rw-r--r-- | package.json | 1 | ||||
| -rw-r--r-- | test-infra/npm-shrinkwrap.json | 62 |
2 files changed, 0 insertions, 63 deletions
diff --git a/package.json b/package.json index 07018beb9..1e10835b6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "grunt-contrib-concat": "~0.5.1", "grunt-contrib-connect": "~0.9.0", "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", diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json index f7f5faae9..61a80f60a 100644 --- a/test-infra/npm-shrinkwrap.json +++ b/test-infra/npm-shrinkwrap.json @@ -2346,68 +2346,6 @@ } } }, - "grunt-contrib-csslint": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-csslint/-/grunt-contrib-csslint-0.4.0.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" - } - } - }, - "csslint": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/csslint/-/csslint-0.10.0.tgz", - "dependencies": { - "parserlib": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/parserlib/-/parserlib-0.2.5.tgz" - } - } - }, - "lodash": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz" - }, - "strip-json-comments": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz" - } - } - }, "grunt-contrib-cssmin": { "version": "0.12.3", "resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.12.3.tgz", |
