Merge pull request #44 from FoxxMD/linkFix

Fix npm link issue with sqlite3
This commit is contained in:
Paul 2017-08-30 11:31:48 -04:00 committed by GitHub
commit f236ee6e86

View File

@ -27,7 +27,7 @@
"musicmetadata": "^2.0.3",
"nat-upnp": "^1.1.0",
"public-ip": "^2.0.1",
"sqlite3": "^3.1.4",
"sqlite3": "3.1.8",
"uuid": "^3.0.1",
"ws": "^1.1.1"
}