aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-09-01 20:23:13 -0700
committerMark Otto <[email protected]>2015-09-01 20:23:13 -0700
commit750295306a9df95f80b613c35d926310f4d6afaf (patch)
tree3894239d51034913037d2b403ea10c3256257bb2
parent0537c5a455f2f39d511e04bd7030b2b1c9861d10 (diff)
parent73c61199a1eca888ede94e01310a2533fb966825 (diff)
downloadbootstrap-750295306a9df95f80b613c35d926310f4d6afaf.tar.xz
bootstrap-750295306a9df95f80b613c35d926310f4d6afaf.zip
Merge pull request #17370 from twbs/v4-dev-xmr-rm-csslint-references
Remove CSSLint references.
-rw-r--r--package.json1
-rw-r--r--test-infra/npm-shrinkwrap.json62
2 files changed, 0 insertions, 63 deletions
diff --git a/package.json b/package.json
index f6a8e1e1f..3f0e37f09 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-qunit": "~0.5.2",
"grunt-contrib-sass": "^0.8.1",
diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json
index aa9783ca9..9ed5336f4 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",