aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorOleg <markelog@gmail.com>2013-09-13 00:51:59 +0400
committerOleg <markelog@gmail.com>2013-11-07 22:09:32 +0100
commitbcae4270151574d077fb360fd42416587f07c686 (patch)
treee999b6e99751bb2b22735768a2e6a70734ace60a /package.json
parent9e3d0f3109756ec8b6166ff60f0d495b8f1d6aca (diff)
downloadjquery-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.json2
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",