Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyle Feature/for time interval #52

Open
wants to merge 6 commits into
base: feature/forTimeInterval
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<!--Badges-->
<!--⚠️WARNING: This section was generated by https://github.com/hejny/batch-project-editor/blob/main/src/workflows/800-badges/badges.ts so every manual change will be overwritten.-->


[![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)
Expand Down Expand Up @@ -191,7 +190,6 @@ You can also ⭐ star the waitasecond package, [follow me on GitHub](https://git

## ✨ Partners


<a href="https://collboard.com/">
<img src="https://collboard.fra1.cdn.digitaloceanspaces.com/assets/18.12.1/logo-small.png" alt="Collboard logo" width="50" />
</a>
Expand All @@ -204,7 +202,6 @@ You can also ⭐ star the waitasecond package, [follow me on GitHub](https://git
<img src="https://www.sigmastamp.ml/sigmastamp-logo.white.svg" alt="SigmaStamp logo" width="50" />
</a>


[Become a partner](https://www.pavolhejny.com/contact/)

<!--/Partners-->
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/for/basic/forTimeInDay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ export async function forTimeInDay(fromTime: ITime, toTime: ITime): Promise<void

// !!! To samples
// !!! To README

2 changes: 1 addition & 1 deletion usage/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ TODO: Test usage of this library in multiple situations:
node
ts-node
CRA (create react app)
CRA (create react app) with typescript
CRA (create react app) with typescript