Updated dependency

Added Express
This commit is contained in:
kdeng00
2023-01-22 19:13:06 -05:00
parent f4f264d8c9
commit e86c8a2539
+4 -1
View File
@@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kdeng00",
"license": "ISC"
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}