Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sebamarynissen committed Jan 31, 2024
1 parent df75618 commit 61340ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@hokify/agenda",
"name": "@whisthub/agenda",
"version": "6.3.0",
"description": "Light weight job scheduler for Node.js",
"main": "dist/index.js",
Expand All @@ -11,7 +11,7 @@
"dist"
],
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"scripts": {
"release": "npm run build && standard-version",
Expand Down Expand Up @@ -45,10 +45,10 @@
"scheduler",
"runner"
],
"author": "Simon Tretter <simon.tretter@hokify.com>",
"author": "Sebastiaan Marynissen <info@whisthub.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hokify/agenda/issues"
"url": "https://github.com/whisthub/agenda/issues"
},
"dependencies": {
"cron-parser": "^4",
Expand Down

0 comments on commit 61340ca

Please sign in to comment.