Comparing version 0.2.0 to 0.3.0
@@ -0,1 +1,10 @@ | ||
# [0.3.0](https://github.com/hugomrdias/iso-url/compare/v0.2.0...v0.3.0) (2018-12-13) | ||
### Features | ||
* support node 8 ([d09fd3c](https://github.com/hugomrdias/iso-url/commit/d09fd3c)) | ||
# [0.2.0](https://github.com/hugomrdias/iso-url/compare/v0.1.0...v0.2.0) (2018-12-13) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "iso-url", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API", | ||
@@ -10,3 +10,3 @@ "repository": "hugomrdias/iso-url", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=8" | ||
}, | ||
@@ -13,0 +13,0 @@ "browser": { |
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
7011