Comparing version
@@ -0,1 +1,8 @@ | ||
## <small>1.0.3 (2020-08-25)</small> | ||
* fix: description ([257a917](https://github.com/kikobeats/parse-uri/commit/257a917)) | ||
* Update .travis.yml ([d2ef410](https://github.com/kikobeats/parse-uri/commit/d2ef410)) | ||
## <small>1.0.2 (2020-08-24)</small> | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "parse-uri", | ||
"description": "Lightweight module for parse an URI.", | ||
"description": "Lightweight module for parsing an URI", | ||
"homepage": "https://github.com/Kikobeats/parse-uri", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "./index.js", | ||
@@ -7,0 +7,0 @@ "author": { |
@@ -10,3 +10,3 @@ # parse-uri | ||
> Lightweight module for parse an URI. Based in [Steven Levithan](http://blog.stevenlevithan.com/archives/parseuri) method. | ||
> Lightweight module for parsing an URI Based in [Steven Levithan](http://blog.stevenlevithan.com/archives/parseuri) method. | ||
@@ -13,0 +13,0 @@ ## Install |
6492
3.46%