Replace Axios with fetch API.

This commit is contained in:
2023-05-29 19:20:12 -05:00
parent f0944d0d7e
commit 8418b242c3
3 changed files with 6 additions and 102 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@jdbernard/logging",
"version": "1.1.4",
"version": "1.1.5",
"description": "Simple Javascript logging service.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -24,8 +24,5 @@
"license": "GPL-3.0",
"devDependencies": {
"typescript": "^5.0.4"
},
"dependencies": {
"axios": "^1.4.0"
}
}