diff --git a/README.md b/README.md index 37f5238..54cd992 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ - [![License of ⏰ Waitasecond](https://img.shields.io/github/license/hejny/waitasecond.svg?style=flat)](https://github.com/hejny/waitasecond/blob/main/LICENSE) [![NPM Version of ⏰ Waitasecond](https://badge.fury.io/js/waitasecond.svg)](https://www.npmjs.com/package/waitasecond) [![Quality of package ⏰ Waitasecond](https://packagequality.com/shield/waitasecond.svg)](https://packagequality.com/#?package=waitasecond) @@ -191,7 +190,6 @@ You can also ⭐ star the waitasecond package, [follow me on GitHub](https://git ## ✨ Partners - Collboard logo @@ -204,7 +202,6 @@ You can also ⭐ star the waitasecond package, [follow me on GitHub](https://git SigmaStamp logo - [Become a partner](https://www.pavolhejny.com/contact/) diff --git a/package.json b/package.json index 780af71..e158ba6 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,6 @@ "preversion": "npm run lint && npm test && npm run generate-main-exports-commit && npm run build && npm run prettier-commit", "postversion": "npm run generate-documentation-commit && git push && git push --tags && npm publish" }, - "dependencies": { - "ts-essentials": "8.1.0" - }, "dependencies": {}, "devDependencies": { "@types/cypress-image-snapshot": "3.1.6", diff --git a/src/for/basic/forTimeInDay.ts b/src/for/basic/forTimeInDay.ts index 4da22d0..d4c52f4 100644 --- a/src/for/basic/forTimeInDay.ts +++ b/src/for/basic/forTimeInDay.ts @@ -13,4 +13,3 @@ export async function forTimeInDay(fromTime: ITime, toTime: ITime): Promise