diff options
| author | Chris Rebert <[email protected]> | 2015-10-19 13:13:21 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-19 13:13:21 -0700 |
| commit | 058802d02ba51569eec8c73e112a171169531e59 (patch) | |
| tree | b0e866825fd0b240e7a363622802bf5976f7b625 /package.json | |
| parent | 3f947357d4797ac332ae290c159ba7c364e8fbfb (diff) | |
| parent | 8924b5044ec9522e2c8ac1295e7843d70404449a (diff) | |
| download | bootstrap-058802d02ba51569eec8c73e112a171169531e59.tar.xz bootstrap-058802d02ba51569eec8c73e112a171169531e59.zip | |
Merge pull request #17970 from hzoo/update-jscs
v4 - Update grunt-jscs to 2.1.0 to use JSCS 2.x
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0e4d297c3..caf458219 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "grunt-exec": "~0.4.6", "grunt-html": "~5.0.0", "grunt-jekyll": "~0.4.2", - "grunt-jscs": "~1.8.0", + "grunt-jscs": "~2.1.0", "grunt-line-remover": "0.0.2", "grunt-postcss": "^0.6.0", "grunt-sass": "^1.0.0", |
