From: Paladox Date: Thu, 24 Dec 2015 14:12:42 +0000 (+0000) Subject: Update grunt-jsonlint to 1.0.7 X-Git-Tag: 1.31.0-rc.0~8557 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=4798892b0d946a9470cef17b3c602316ebf6dd8a Update grunt-jsonlint to 1.0.7 This update now tells you on which line in which file the error happends. Changelog is 1.0.7 Include file name and JSON source line number in error messages 1.0.6 CJSON support thanks to @fredghosn, unit tests Change-Id: I38dc4a51416cfde0bb0434921d15f1c119abc01b --- diff --git a/package.json b/package.json index 08646d6792..84df938626 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "grunt-contrib-jshint": "0.11.3", "grunt-contrib-watch": "0.6.1", "grunt-jscs": "2.5.0", - "grunt-jsonlint": "1.0.5", + "grunt-jsonlint": "1.0.7", "grunt-karma": "0.12.1", "karma": "0.13.10", "karma-chrome-launcher": "0.2.0",