diff options
author | Zachary Adam Kaplan <razic@viralkitty.com> | 2012-12-29 17:53:18 -0800 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-01-03 21:27:22 -0500 |
commit | 8ac7fa71b5df5ff00f0212976abd8b0c80d3956f (patch) | |
tree | ae6c1c147c4f3eb581a8f0f5a4213982cff2682e /package.json | |
parent | 1e5b14a131fca29b97830168a1d743d007d1d761 (diff) | |
download | jquery-8ac7fa71b5df5ff00f0212976abd8b0c80d3956f.tar.gz jquery-8ac7fa71b5df5ff00f0212976abd8b0c80d3956f.zip |
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..).
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |