bump to v0.1.7

This commit is contained in:
Miao Jiang 2013-01-05 21:22:30 +08:00
parent 54e981182b
commit 9e50c006be

View file

@ -1,6 +1,6 @@
{ {
"name": "node-curl", "name": "node-curl",
"version": "0.1.6", "version": "0.1.7",
"author" : "Jiang Miao <jiangfriend@gmail.com>", "author" : "Jiang Miao <jiangfriend@gmail.com>",
"description": "node wrapper for multi curl, fully implemented.", "description": "node wrapper for multi curl, fully implemented.",
"keywords" : ["node-curl", "curl", "multi-curl", "mcurl"], "keywords" : ["node-curl", "curl", "multi-curl", "mcurl"],
@ -11,7 +11,7 @@
}, },
"main" : "./lib", "main" : "./lib",
"scripts" : { "scripts" : {
"install" : "sh src/generate_curl_options_list.sh && node-waf configure build || true" "install" : "sh src/generate_curl_options_list.sh && (node-waf configure build || node-gyp rebuild)"
}, },
"engines" : { "node": ">= 0.6.0" } "engines" : { "node": ">= 0.6.0" }
} }