Skip to content

Commit

Permalink
Merge pull request #1252 from substack/jsonstream-case-fix
Browse files Browse the repository at this point in the history
replace jsonstream with JSONStream
  • Loading branch information
zertosh committed May 7, 2015
2 parents 66a5842 + 4d65dfc commit 04cd5e4
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
@@ -1,6 +1,6 @@
#!/usr/bin/env node
var fs = require('fs');
var JSONStream = require('jsonstream');
var JSONStream = require('JSONStream');
var through = require('through2');

var b = require('./args')(process.argv.slice(2));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,6 +20,7 @@
"javascript"
],
"dependencies": {
"JSONStream": "^1.0.3",
"assert": "~1.3.0",
"browser-pack": "^4.0.3",
"browser-resolve": "^1.7.1",
Expand All @@ -45,7 +46,6 @@
"inherits": "~2.0.1",
"insert-module-globals": "^6.4.1",
"isarray": "0.0.1",
"jsonstream": "^1.0.3",
"labeled-stream-splicer": "^1.0.0",
"module-deps": "^3.7.11",
"os-browserify": "~0.1.1",
Expand Down

0 comments on commit 04cd5e4

Please sign in to comment.