aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-12-21 17:38:32 +1100
committerBardi Harborow <[email protected]>2016-12-23 14:26:04 +1100
commitba86c314a46d70385ddc7ecdbf17874487065af5 (patch)
treeff9d4705115a22708b11954c7a8334af832ffea1 /package.json
parent1712484727e2da75f8022eb8edb3735e6c18e4f9 (diff)
downloadbootstrap-ba86c314a46d70385ddc7ecdbf17874487065af5.tar.xz
bootstrap-ba86c314a46d70385ddc7ecdbf17874487065af5.zip
Move scss-lint to npm scripts.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index f37edbb95..9ca76f663 100644
--- a/package.json
+++ b/package.json
@@ -23,6 +23,8 @@
"htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/",
"postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css",
"postcss-docs": "postcss --config grunt/postcss.js --no-map --replace docs/assets/css/docs.min.css && postcss --config grunt/postcss.js --no-map --replace docs/examples/**/*.css",
+ "scss-lint": "bundle exec scss-lint --config scss/.scss-lint.yml --exclude scss/_normalize.scss scss/*.scss",
+ "scss-lint-docs": "bundle exec scss-lint --config scss/.scss-lint.yml --exclude docs/assets/scss/docs.scss docs/assets/scss/*.scss",
"update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
"test": "npm run eslint && npm run jscs && grunt test"
},
@@ -65,7 +67,6 @@
"grunt-jekyll": "^0.4.4",
"grunt-sass": "^1.2.1",
"grunt-saucelabs": "^9.0.0",
- "grunt-scss-lint": "^0.5.0",
"grunt-stamp": "^0.3.0",
"htmlhint": "^0.9.13",
"is-travis": "^1.0.0",