Skip to content

Commit

Permalink
chore: update node module
Browse files Browse the repository at this point in the history
  • Loading branch information
DiniFarb committed May 7, 2024
1 parent 8a27033 commit 959732c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 36 deletions.
59 changes: 31 additions & 28 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-surepetcare",
"version": "0.2.85",
"version": "0.2.86",
"type": "module",
"description": "Interact with sure petcare server",
"main": "index.js",
Expand All @@ -11,26 +11,26 @@
},
"repository": {
"type": "git",
"url": "https://github.com/andreasvogt89/surepetcare.git"
"url": "https://github.com/dinifarb/surepetcare.git"
},
"keywords": [
"surepetcare",
"api",
"cloud"
],
"author": "Andreas <[email protected]> (https://shokodev.ch/)",
"author": "DiniFarb",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreasvogt89/surepetcare/issues"
"url": "https://github.com/dinifarb/surepetcare/issues"
},
"dependencies": {
"node-cron": "^3.0.2",
"node-fetch": "^3.3.0"
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"dotenv": "^10.0.0",
"expect.js": "^0.3.1",
"mocha": "^9.1.1",
"nodemon": "^2.0.12"
"mocha": "^9.2.2",
"nodemon": "^2.0.22"
}
}

0 comments on commit 959732c

Please sign in to comment.