dynamic generate curl include file

This commit is contained in:
jiangfriend@gmail.com 2012-03-08 00:15:51 +08:00
parent f51c05676c
commit 58acd92ea9
8 changed files with 28 additions and 226 deletions

View file

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