diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-07-19 09:53:57 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-07-19 09:55:26 -0400 |
commit | caea5b1011ad406aece89d62c52e92ece422af2d (patch) | |
tree | efee8e34501d4f1fa7cf47f349bdbca22be9f62c /package.json | |
parent | 4b7a0d4e0afa11db4ed523c2c1f4ffc3b2cc2823 (diff) | |
download | jquery-caea5b1011ad406aece89d62c52e92ece422af2d.tar.gz jquery-caea5b1011ad406aece89d62c52e92ece422af2d.zip |
Lint JSON manifests during development
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 01fe0df25..4d260b497 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,8 @@ "grunt-contrib-uglify": "~0.2.2", "gzip-js": "0.3.2", "testswarm": "~1.1.0", - "archiver": "~0.4.6" + "archiver": "~0.4.6", + "grunt-jsonlint": "~1.0.0" }, "keywords": [] } |