Skip to content

Commit

Permalink
feat: [code clean]: removing unnessasry dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hsk11 committed Sep 8, 2024
1 parent 7f33bc8 commit 6e4e606
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jai-server",
"version": "1.5.5",
"version": "1.5.6",
"description": "Fast , simple and powerful web framework for creating REST APIs for your next project. RESTFul API server",
"keywords": [
"server",
Expand Down Expand Up @@ -84,9 +84,7 @@
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"express": "^4.19.2",
"jest": "^29.7.0",
"perf_hooks": "^0.0.1",
"supertest": "^7.0.0",
"typescript": "^4.5.4"
},
Expand Down

0 comments on commit 6e4e606

Please sign in to comment.