Skip to content

Commit

Permalink
Added debug module to dependencies (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
loumadev committed Oct 4, 2021
1 parent 720f8b4 commit 45f0563
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edupage-api",
"version": "0.7.11",
"version": "0.7.12",
"description": "Simple node.js package to manage your EduPage account.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,6 +31,7 @@
},
"homepage": "https://github.com/loumadev/EdupageAPI#readme",
"dependencies": {
"node-fetch": "^2.6.0"
"node-fetch": "^2.6.0",
"debug": "^4.3.2"
}
}

0 comments on commit 45f0563

Please sign in to comment.