From 36ba8bccb91f119d56866e51ae0dd11ba2731ec2 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 22 Nov 2013 16:45:56 -0800 Subject: [PATCH] advance fsnotify pinning to latest stable revision also flatten the dependency spec using git-clone --- deps.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deps.json b/deps.json index af1d190..1409279 100644 --- a/deps.json +++ b/deps.json @@ -1,8 +1,9 @@ { "github.com/howeyc/fsnotify": { - "repo": "github.com/howeyc/fsnotify", - "version": "d6220df", - "type": "git" + "repo": "http://github.com/howeyc/fsnotify.git", + "version": "206f31729d", + "type": "git-clone", + "alias": "github.com/howeyc/fsnotify" }, "launchpad.net/tomb": { "repo": "launchpad.net/tomb",