diff --git a/README.md b/README.md index acb3de4..56a4879 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,13 @@ npm build - [toChunks](src/to-chunks.ts) - [wrapInArray](src/wrap-in-array.ts) +URL: +- [isValidUrl](src/url/is-valid-url.ts) +- [getDomainWithoutWWW](src/url/get-domain-without-www.ts) + ## License -The "TypeScript Algorithms, Data Structures and Patterns" repository is licensed under the [MIT License](https://opensource.org/licenses/MIT). Feel free to use, modify, and distribute the code as per the terms of the license. +The "Yotils" repository is licensed under the [MIT License](https://opensource.org/licenses/MIT). Feel free to use, modify, and distribute the code as per the terms of the license. ## Contact diff --git a/package.json b/package.json index ea3c318..3152759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yotils", - "version": "1.0.6", + "version": "0.0.0", "description": "Typescript utility functions.", "main": "./dist/index.js", "module": "./dist/index.esm.js",