dynamic generate curl include file
This commit is contained in:
parent
f51c05676c
commit
58acd92ea9
8 changed files with 28 additions and 226 deletions
|
@ -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" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue