From: Zachary Adam Kaplan Date: Sun, 30 Dec 2012 01:53:18 +0000 (-0800) Subject: Use new version of grunt-contrib-watch. Close gh-1106. X-Git-Tag: 2.0.0b1~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8ac7fa71b5df5ff00f0212976abd8b0c80d3956f;p=jquery.git 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..). --- 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",