Skip to content

Commit

Permalink
Merge pull request #1247 from chadhietala/master
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 fb86b45 + a228865 commit b2284e1
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,7 +20,6 @@
"javascript"
],
"dependencies": {
"JSONStream": "~0.10.0",
"assert": "~1.3.0",
"browser-pack": "^4.0.0",
"browser-resolve": "^1.7.1",
Expand All @@ -46,6 +45,7 @@
"inherits": "~2.0.1",
"insert-module-globals": "^6.4.0",
"isarray": "0.0.1",
"jsonstream": "^1.0.3",
"labeled-stream-splicer": "^1.0.0",
"module-deps": "^3.7.7",
"os-browserify": "~0.1.1",
Expand Down

0 comments on commit b2284e1

Please sign in to comment.