aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorZachary Adam Kaplan <razic@viralkitty.com>2012-12-29 17:53:18 -0800
committerDave Methvin <dave.methvin@gmail.com>2013-01-03 21:27:22 -0500
commit8ac7fa71b5df5ff00f0212976abd8b0c80d3956f (patch)
treeae6c1c147c4f3eb581a8f0f5a4213982cff2682e /package.json
parent1e5b14a131fca29b97830168a1d743d007d1d761 (diff)
downloadjquery-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.json2
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",