stream-lines
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,1 +0,1 @@ | ||
module.exports = require('./lib/line-reader'); | ||
module.exports = require('./lib/line-stream'); |
{ | ||
"name": "stream-lines", | ||
"description": "Line transform stream, reads bytes writes arrays of lines.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "muji <noop@xpm.io>", | ||
@@ -10,2 +10,3 @@ "repository": { | ||
}, | ||
"main": "lib/line-stream.js", | ||
"dependencies": { | ||
@@ -12,0 +13,0 @@ "through3": "~1.1.1" |
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
5213