binary-fetch
Advanced tools
Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "binary-fetch", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Fetch incremental binary packets from a browser", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -11,3 +11,3 @@ import childProcess from 'child_process'; | ||
.pipe($.bump().on('end', () => console.log('bumped'))) | ||
.pipe(gulp.dest('./').on('end', () => console.log('done'))) | ||
.pipe(gulp.dest('./').on('finish', () => console.log('done'))) | ||
.on('error', reject).on('end', resolve); | ||
@@ -14,0 +14,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
12092