Skip to content

Commit

Permalink
fix: #59 typed-emitter -> dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neverclear86 committed Nov 27, 2021
1 parent d8d3eda commit 2c8b16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typed-emitter": "^1.4.0",
"typescript": "^4.5.2"
},
"dependencies": {
"axios": "^0.24.0"
"axios": "^0.24.0",
"typed-emitter": "^1.4.0"
}
}

0 comments on commit 2c8b16d

Please sign in to comment.