bump to v0.1.7
This commit is contained in:
parent
54e981182b
commit
9e50c006be
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-curl",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"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" : "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" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue