diff options
author | Oleg <markelog@gmail.com> | 2013-09-13 00:51:59 +0400 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2013-11-07 22:09:32 +0100 |
commit | bcae4270151574d077fb360fd42416587f07c686 (patch) | |
tree | e999b6e99751bb2b22735768a2e6a70734ace60a /package.json | |
parent | 9e3d0f3109756ec8b6166ff60f0d495b8f1d6aca (diff) | |
download | jquery-bcae4270151574d077fb360fd42416587f07c686.tar.gz jquery-bcae4270151574d077fb360fd42416587f07c686.zip |
Fix #12757 - use jscs to check the style guide
Cherry picked from ab63e568f50b5b9823490eda9c184e48cc6440c4 commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index b172dece6..a4e442530 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,4 @@ + { "name": "jquery", "title": "jQuery", @@ -35,6 +36,7 @@ "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-watch": "~0.5.3", "grunt-git-authors": "~1.2.0", + "grunt-jscs-checker": "~0.2.3", "grunt-jsonlint": "~1.0.1", "gzip-js": "0.3.2", "testswarm": "~1.1.0", |