[Pkg-javascript-commits] [node-browser-pack] 121/141: replace jsonstream with 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 655bf4a765fc43be54d054d0a056f9ae5cf2a931
Author: Andres Suarez <zertosh at gmail.com>
Date: Thu May 7 16:18:33 2015 -0400
replace jsonstream with JSONStream
---
index.js | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.js b/index.js
index d900aff..9d3ab70 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 eb47e08..1040192 100644
--- a/package.json
+++ b/package.json
@@ -7,10 +7,10 @@
"browser-pack": "bin/cmd.js"
},
"dependencies": {
+ "JSONStream": "^1.0.3",
"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