File: use-stream.patch

package info (click to toggle)
node-stream-array 1.1.2%2B~1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: javascript: 94; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Use stream
 stream is available in nodejs
--- a/index.js
+++ b/index.js
@@ -1,6 +1,6 @@
 'use strict'
 
-var Readable = require('readable-stream').Readable
+var Readable = require('stream').Readable
 ;
 
 /**