From 8ac7fa71b5df5ff00f0212976abd8b0c80d3956f Mon Sep 17 00:00:00 2001 From: Zachary Adam Kaplan Date: Sat, 29 Dec 2012 17:53:18 -0800 Subject: [PATCH] Use new version of grunt-contrib-watch. Close gh-1106. Previous versions of grunt-contrib-watch did not support editors that used safe-writes (vim, etc..). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e609dfae..0eafb8a94 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "grunt-compare-size": "~0.3.0", "grunt-git-authors": "~1.1.0", "grunt-update-submodules": "~0.2.0", - "grunt-contrib-watch": "~0.1.0", + "grunt-contrib-watch": "~0.2.0", "grunt-contrib-jshint": "~0.1.0", "grunt-contrib-uglify": "~0.1.0", "grunt-cli": "~0.1.0", -- 2.39.5