From cc88cc7ca692f9283a1567a17d017c4d101667ef Mon Sep 17 00:00:00 2001 From: Gunjan Garge Date: Fri, 10 May 2024 21:37:58 +0530 Subject: [PATCH] Update package.json --- source/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/package.json b/source/package.json index c2c7039..995441d 100644 --- a/source/package.json +++ b/source/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "axios": "^0.21.0", - "express": "^4.17.1". + "express": "^4.17.1", "mysql": "^2.17.1" } }