Skip to content

Commit

Permalink
Replace JSONStream with 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 dc6a334 commit 2b6e63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var insert = require('../');
var through = require('through');
var concat = require('concat-stream');
var JSONStream = require('JSONStream');
var JSONStream = require('jsonstream');

var basedir = process.argv[2] || process.cwd();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"insert-module-globals": "bin/cmd.js"
},
"dependencies": {
"JSONStream": "~0.10.0",
"combine-source-map": "~0.3.0",
"concat-stream": "~1.4.1",
"jsonstream": "^1.0.3",
"lexical-scope": "~1.1.0",
"process": "~0.11.0",
"through": "~2.3.4",
Expand Down

0 comments on commit 2b6e63e

Please sign in to comment.