about summary refs log tree commit diff stats
path: root/test/test.gyp
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2016-06-06 21:11:10 -0400
committerFedor Indutny <fedor@indutny.com>2016-06-06 21:11:10 -0400
commit3a74c6452fc15238eba0cfb86e55fbbf37e2d6c7 (patch)
tree883ad2c02d84673c6b9d4d836ec0183f07ff87d7 /test/test.gyp
parent95ba97041ff1dc9c5c8e73d012426e21749f09df (diff)
downloaduv_link_t-3a74c6452fc15238eba0cfb86e55fbbf37e2d6c7.tar.gz
lib: update to gypkg@1.1.0
Diffstat (limited to 'test/test.gyp')
-rw-r--r--test/test.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.gyp b/test/test.gyp
index ffedd02..6ddbec5 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -9,7 +9,7 @@
 
     "variables": {
       "gypkg_deps": [
-        "git://github.com/libuv/libuv.git#v1.9.1:uv.gyp:libuv",
+        "git://github.com/libuv/libuv.git@^1.9.0:uv.gyp:libuv",
       ],
     },