Skip to content

Commit da17c2b

Browse files
committed
0.7.0
1 parent 9858668 commit da17c2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-libcurl",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
44
"author": "Jonathan Cardoso <me@jonathancardoso.com>",
55
"description": "Node bindings for libcurl. Based on the work from node-curl.",
66
"keywords": [
@@ -24,7 +24,7 @@
2424
"module_name": "node_libcurl",
2525
"module_path": "./lib/binding/",
2626
"host": "https://github.com/JCMais/node-libcurl/releases/download",
27-
"remote_path" : "./v{version}/"
27+
"remote_path": "./v{version}/"
2828
},
2929
"bundledDependencies": [
3030
"node-pre-gyp"
@@ -35,7 +35,7 @@
3535
"nan": "~2.0",
3636
"node-gyp": "~3.0",
3737
"node-pre-gyp": "~0.6.11",
38-
"npmlog" : "~1.2.1"
38+
"npmlog": "~1.2.1"
3939
},
4040
"devDependencies": {
4141
"body-parser": "^1.12",

0 commit comments

Comments
 (0)