[Pkg-javascript-commits] [node-module-deps] 441/444: Avoid readable-stream
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 09:48:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-module-deps.
commit 60e51c3e7a6a353cc65fa2bd40886211b9a8542b
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Sep 25 15:26:10 2017 +0200
Avoid readable-stream
Forwarded: no
---
index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.js b/index.js
index 45cbeac..0e01486 100644
--- a/index.js
+++ b/index.js
@@ -14,7 +14,7 @@ var xtend = require('xtend');
var defined = require('defined');
var inherits = require('inherits');
-var Transform = require('readable-stream').Transform;
+var Transform = require('stream').Transform;
module.exports = Deps;
inherits(Deps, Transform);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-module-deps.git
More information about the Pkg-javascript-commits
mailing list