fetch-blob
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,2 +5,6 @@ | ||
## v1.0.3 | ||
- Fix: package.json export `blob.js` properly now | ||
## v1.0.2 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "fetch-blob", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Blob implementation on node.js, originally from node-fetch", | ||
"main": "index.js", | ||
"main": "blob.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "ava", |
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
8465