[Pkg-javascript-commits] [node-browser-pack] 118/141: Use jsonstream instead of JSONStream
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:23:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-browser-pack.
commit 2d5c17fc6c8e5f9608ff08848e73d9fafadb7a4e
Author: Chad Hietala <chadhietala at gmail.com>
Date: Thu May 7 08:10:52 2015 -0700
Use jsonstream instead of JSONStream
See https://github.com/substack/node-browserify/pull/1247 for more details.
---
index.js | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.js b/index.js
index 9d3ab70..d900aff 100644
--- a/index.js
+++ b/index.js
@@ -1,4 +1,4 @@
-var JSONStream = require('JSONStream');
+var JSONStream = require('jsonstream');
var defined = require('defined');
var through = require('through2');
var umd = require('umd');
diff --git a/package.json b/package.json
index 83404f8..5adec84 100644
--- a/package.json
+++ b/package.json
@@ -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"
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browser-pack.git
More information about the Pkg-javascript-commits
mailing list