Skip to content

Commit

Permalink
Merge pull request #60 from LinaTsukusu/dev/#59
Browse files Browse the repository at this point in the history
fix: #59 typed-emitter -> dependencies
  • Loading branch information
neverclear86 authored Nov 27, 2021
2 parents d8d3eda + 2c8b16d commit 455c851
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 455c851

Please sign in to comment.