jsdomain-parser 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -145,7 +145,3 @@ An object with the following structure:
145
145
  - `search`: The query string.
146
146
  - `hash`: The hash fragment.
147
147
  - `query`: An object representation of query parameters.
148
-
149
- ## License
150
-
151
- MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsdomain-parser",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Parse URLs to extract TLDs, domain, protocols and more",
5
5
  "main": "index.js",
6
6
  "scripts": {