From aed942e86c95afa2a4ab336f61b4ef6e090c8965 Mon Sep 17 00:00:00 2001 From: danbulant Date: Sat, 28 Sep 2019 15:08:53 +0200 Subject: [PATCH] require mysql driver --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cfd384..d9f079e 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,8 @@ "start": "node index.js" }, "author": "Daniel Bulant", - "license": "ISC" + "license": "ISC", + "dependencies": { + "mysql": "^2.17.1" + } }