Skip to content

Commit

Permalink
Merge pull request #1374 from sheerlox/fix/remove-types-cron
Browse files Browse the repository at this point in the history
chore(deps): remove dev dependency @types/cron
  • Loading branch information
kamilmysliwiec committed Aug 22, 2023
2 parents c09d06b + 19f388f commit 52f9a02
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -30,7 +30,6 @@ Schedule module for [Nest](https://github.com/nestjs/nest) based on the [cron](h

```bash
$ npm install --save @nestjs/schedule
$ npm install --save-dev @types/cron
```

## Quick Start
Expand Down
17 changes: 0 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -28,7 +28,6 @@
"@nestjs/core": "10.2.0",
"@nestjs/platform-express": "10.2.0",
"@nestjs/testing": "10.2.0",
"@types/cron": "2.0.1",
"@types/jest": "29.5.3",
"@types/node": "18.17.6",
"@types/sinon": "10.0.16",
Expand Down

0 comments on commit 52f9a02

Please sign in to comment.