From 15336e307aa3959882d484ab475f601315c83913 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 29 Dec 2015 11:48:27 -0800 Subject: [PATCH] build: Updating development dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * grunt-jsonlint: 1.0.5 → 1.0.7 Change-Id: I0fd966cf85bf636e6f91b86582c53bcb833561dc --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26d449e31..d7326dfbd 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "grunt-cli": "0.1.13", "grunt-contrib-jshint": "0.11.3", "grunt-jscs": "2.1.0", - "grunt-jsonlint": "1.0.5" + "grunt-jsonlint": "1.0.7" } }