From 964fcaf1937b944d9d9035d25b44c7ae2b2b41da Mon Sep 17 00:00:00 2001 From: Maris Usis Date: Thu, 26 Oct 2017 10:21:36 -0400 Subject: [PATCH] update mysql package version Updating the mysql version in package.json fixed failing mysql login (with correct username/password) on mac --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6984042..7ea69fe7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "readmeFilename": "README.md", "dependencies": { "socket.io": "~0.9.14", - "mysql": "~2.0.0-alpha9", + "mysql": "2.15.0", "wrench": "~1.5.1", "express": "~3.4.4", "underscore": "~1.5.2",