Skip to content

Commit

Permalink
Bump to 2.3.0 !
Browse files Browse the repository at this point in the history
+ update dependencies
  • Loading branch information
darkterra committed Jan 24, 2021
1 parent 749fa7a commit 769f741
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
88 changes: 44 additions & 44 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongo-scheduler-more",
"description": "Persistent event scheduler using mongo as storage",
"version": "2.2.2",
"version": "2.3.0",
"keywords": [
"job",
"jobs",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"check-types": "^11.1.1",
"cron-parser": "^3.0.0",
"cron-parser": "^3.1.0",
"moment": "^2.24.0",
"mongodb": "^3.4.1"
},
Expand All @@ -36,7 +36,7 @@
"nyc": "^15.0.0",
"projectz": "^2.18.0",
"should": "^13.2.3",
"sinon": "^9.2.2"
"sinon": "^9.2.4"
},
"scripts": {
"test": "mocha test/ --exit",
Expand Down

0 comments on commit 769f741

Please sign in to comment.