Skip to content

Commit

Permalink
Merge pull request #1356 from sheerlox/docs-readme/remove-cron-typing…
Browse files Browse the repository at this point in the history
…s-install

chore(deps): remove dev dependency @types/cron
  • Loading branch information
kamilmysliwiec committed Jul 25, 2023
2 parents 9e1aacd + 09d96df commit 923467c
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.1.1",
"@nestjs/platform-express": "10.1.1",
"@nestjs/testing": "10.1.1",
"@types/cron": "2.0.1",
"@types/jest": "29.5.3",
"@types/node": "18.17.0",
"@types/sinon": "10.0.15",
Expand Down

0 comments on commit 923467c

Please sign in to comment.