Skip to content

Commit d49df9d

Browse files
committed
ermmm....
1 parent 8e15116 commit d49df9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/modem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var querystring = require('querystring'),
77
HttpDuplex = require('./http_duplex'),
88
debug = require('debug')('modem'),
99
util = require('util'),
10-
JSONStream = require('jsonstream');
10+
JSONStream = require('JSONStream');
1111

1212
var defaultOpts = function() {
1313
var split;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docker-modem",
33
"description": "Docker remote API network layer module.",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"author": "Pedro Dias <[email protected]>",
66
"maintainers": [
77
"apocas <[email protected]>"
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"debug": "~0.7.4",
2020
"follow-redirects": "0.0.3",
21-
"jsonstream": "0.10.0",
21+
"JSONStream": "0.10.0",
2222
"querystring": "0.2.0",
2323
"readable-stream": "~1.0.26-4"
2424
},

0 commit comments

Comments
 (0)