Comparing version 0.0.2 to 0.0.3
@@ -63,4 +63,4 @@ const bunyan = require('bunyan') | ||
] | ||
return pumpify.obj(...pl) | ||
return pumpify.obj.apply(this, pl) | ||
} | ||
{ | ||
"name": "docproc", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A document processing pipeline", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
16092