diff options
| author | Mark Otto <[email protected]> | 2014-12-11 12:16:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-11 12:16:45 -0800 |
| commit | 30fe3d9792347c341d24777dbce76078d3113e23 (patch) | |
| tree | d4218beb3e45c77d4b505a50da72179baaa90773 /package.json | |
| parent | f7e103a6ac4163b301f772b186c04692f8810884 (diff) | |
| parent | 2edc779391cf5da664e6a7edb3c4b1f736a8b3f3 (diff) | |
| download | bootstrap-30fe3d9792347c341d24777dbce76078d3113e23.tar.xz bootstrap-30fe3d9792347c341d24777dbce76078d3113e23.zip | |
Merge pull request #8 from twbs/scss-lint
Add SCSS-Lint to Grunt
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 028e5aab2..049eec999 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "grunt-jscs": "~1.0.0", "grunt-sass": "~0.17.0", "grunt-saucelabs": "~8.3.3", + "grunt-scss-lint": "^0.3.4", "grunt-sed": "~0.1.1", "load-grunt-tasks": "~1.0.0", "npm-shrinkwrap": "5.0.0", |
