make: update to gypkg@2.3.0

This commit is contained in:
Fedor Indutny 2016-07-01 16:31:52 -04:00
parent 41de99030a
commit 8884f5a714
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@ example: dist
./out/Release/uv_link_t-example
dist:
gypkg gen uv_link_t.gyp
make -C out/ -j8
gypkg build uv_link_t.gyp
.PHONY: test example dist

View File

@ -9,6 +9,6 @@
"author": "Fedor Indutny <fedor@indutny.com>",
"license": "MIT",
"dependencies": {
"gypkg": "^2.0.0"
"gypkg": "^2.3.0"
}
}