make-fetch-happen
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.0.1"></a> | ||
## [2.0.1](https://github.com/zkat/make-fetch-happen/compare/v2.0.0...v2.0.1) (2017-04-09) | ||
### Bug Fixes | ||
* **deps:** make sure node-fetch tarball included in release ([3bf49d1](https://github.com/zkat/make-fetch-happen/commit/3bf49d1)) | ||
<a name="2.0.0"></a> | ||
@@ -7,0 +17,0 @@ # [2.0.0](https://github.com/zkat/make-fetch-happen/compare/v1.7.0...v2.0.0) (2017-04-09) |
{ | ||
"name": "make-fetch-happen", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Opinionated, caching, retrying fetch client", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"lib", | ||
"node-fetch-pkg.tgz" | ||
"*pkg.tgz" | ||
], | ||
@@ -12,0 +12,0 @@ "scripts": { |
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
70377