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..).
This commit is contained in:
Zachary Adam Kaplan 2012-12-29 17:53:18 -08:00 committed by Dave Methvin
parent 1e5b14a131
commit 8ac7fa71b5

View 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",