json-stream-combiner
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "json-stream-combiner", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Easey way to take json objects or files and write them to a destination file.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -26,3 +26,5 @@ Json Stream Combiner | ||
], | ||
'/absolute/path/to/json/output.json'); | ||
'/absolute/path/to/json/output.json').then(function() { | ||
console.log('Done!'); | ||
}) | ||
``` | ||
@@ -29,0 +31,0 @@ |
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
7463
42