Comparing version 0.1.0 to 0.1.2
@@ -0,1 +1,10 @@ | ||
## [0.1.2](https://github.com/hugomrdias/iso-url/compare/v0.1.0...v0.1.2) (2018-12-11) | ||
### Bug Fixes | ||
* fix browser version ([b3b4a9d](https://github.com/hugomrdias/iso-url/commit/b3b4a9d)) | ||
# [0.1.0](https://github.com/hugomrdias/iso-url/compare/v0.0.2...v0.1.0) (2018-12-10) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "iso-url", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "Isomorphic/Universal WHATWG URL API with some support legacy node URL API", | ||
@@ -13,3 +13,3 @@ "repository": "hugomrdias/iso-url", | ||
"browser": { | ||
"index.js": "index-browser.js" | ||
"./index.js": "./index-browser.js" | ||
}, | ||
@@ -16,0 +16,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
6379