We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9858668 commit da17c2bCopy full SHA for da17c2b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-libcurl",
3
- "version": "0.6.3",
+ "version": "0.7.0",
4
"author": "Jonathan Cardoso <me@jonathancardoso.com>",
5
"description": "Node bindings for libcurl. Based on the work from node-curl.",
6
"keywords": [
@@ -24,7 +24,7 @@
24
"module_name": "node_libcurl",
25
"module_path": "./lib/binding/",
26
"host": "https://github.com/JCMais/node-libcurl/releases/download",
27
- "remote_path" : "./v{version}/"
+ "remote_path": "./v{version}/"
28
},
29
"bundledDependencies": [
30
"node-pre-gyp"
@@ -35,7 +35,7 @@
35
"nan": "~2.0",
36
"node-gyp": "~3.0",
37
"node-pre-gyp": "~0.6.11",
38
- "npmlog" : "~1.2.1"
+ "npmlog": "~1.2.1"
39
40
"devDependencies": {
41
"body-parser": "^1.12",
0 commit comments