Skip to content

Commit

Permalink
Use jsonstream instead of JSONStream
Browse files Browse the repository at this point in the history
See browserify/browserify#1247 for more details.
  • Loading branch information
chadhietala committed May 7, 2015
1 parent 39fc68d commit 2d5c17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var JSONStream = require('JSONStream');
var JSONStream = require('jsonstream');
var defined = require('defined');
var through = require('through2');
var umd = require('umd');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"browser-pack": "bin/cmd.js"
},
"dependencies": {
"JSONStream": "~0.10.0",
"combine-source-map": "~0.3.0",
"concat-stream": "~1.4.1",
"defined": "^1.0.0",
"jsonstream": "^1.0.3",
"through2": "~0.5.1",
"umd": "^3.0.0"
},
Expand Down

0 comments on commit 2d5c17f

Please sign in to comment.