stream-more
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -5,3 +5,3 @@ 'use strict'; | ||
var Duplex = require('readable-stream/duplex'); | ||
var Duplex = require('readable-stream').Duplex; | ||
var inherits = require('inherits'); | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "stream-more", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "", | ||
@@ -9,2 +9,5 @@ "main": "index.js", | ||
}, | ||
"browser": { | ||
"readable-stream": "stream-browserify" | ||
}, | ||
"author": "", | ||
@@ -21,2 +24,3 @@ "license": "ISC", | ||
"stream-arrays": "^0.1.0", | ||
"stream-browserify": "^1.0.0", | ||
"through2": "^0.5.1", | ||
@@ -23,0 +27,0 @@ "watchify": "^0.10.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9710
7