Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #95 from 1415003719/master
Browse files Browse the repository at this point in the history
fix: πŸ› fix debug cannot found
  • Loading branch information
Bossa573 authored Jul 28, 2023
2 parents 9a90d5c + 59d5fc6 commit 2f066b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aftership",
"description": "node.js SDK for AfterShip API",
"version": "7.0.6",
"version": "7.0.7",
"homepage": "https://github.com/aftership/aftership-sdk-nodejs",
"author": {
"name": "AfterShip",
Expand All @@ -28,14 +28,14 @@
},
"dependencies": {
"axios": "^0.22.0",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"debug": "^4.3.2"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^14.14.25",
"@types/uuid": "^8.3.1",
"axios-mock-adapter": "^1.20.0",
"debug": "^4.3.2",
"jest": "^27.2.4",
"pre-commit": "^1.2.2",
"shx": "^0.3.3",
Expand Down

0 comments on commit 2f066b5

Please sign in to comment.