diff options
| author | Mark Otto <[email protected]> | 2013-12-06 19:33:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-06 19:33:53 -0800 |
| commit | b441632db143e5deb729b5d7109ad73b5e4e73d6 (patch) | |
| tree | 365f373ec274f446c7f11a6442ed6995adb98e93 /package.json | |
| parent | 4be126e0142556805b59cb5a62d33c4a3fd2b8d4 (diff) | |
| parent | c1dae1e13c0dd5c53aa39b6aa6af8e07e4d3037f (diff) | |
| download | bootstrap-b441632db143e5deb729b5d7109ad73b5e4e73d6.tar.xz bootstrap-b441632db143e5deb729b5d7109ad73b5e4e73d6.zip | |
Merge pull request #11761 from twbs/jscs
add JavaScript Code Style checker integration
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 813cf1d13..3c9fd7fe6 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ , "grunt-contrib-watch": "~0.5.3" , "grunt-html-validation": "~0.1.6" , "grunt-jekyll": "~0.4.0" + , "grunt-jscs-checker": "~0.2.5" , "grunt-recess": "~0.5.0" , "grunt-saucelabs": "~4.1.2" , "grunt-sed": "~0.1.1" |
