]> source.dussan.org Git - jquery.git/commitdiff
Use new version of grunt-contrib-watch. Close gh-1106.
authorZachary Adam Kaplan <razic@viralkitty.com>
Sun, 30 Dec 2012 01:53:18 +0000 (17:53 -0800)
committerDave Methvin <dave.methvin@gmail.com>
Fri, 4 Jan 2013 02:27:22 +0000 (21:27 -0500)
Previous versions of grunt-contrib-watch did not support editors that used safe-writes (vim, etc..).

package.json

index 9e609dfaebc739be8fa935303a686ec06e8cf00d..0eafb8a9447074de6a26e87487e6196e9b26a5de 100644 (file)
@@ -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",