engines moved to separate library

This commit is contained in:
Jan Prochazka
2020-02-02 22:27:49 +01:00
parent eee6c94ebc
commit 6d1f3e977c
30 changed files with 844 additions and 40 deletions

View File

@@ -16,7 +16,8 @@
"nedb-promises": "^4.0.1",
"pg": "^7.17.0",
"socket.io": "^2.3.0",
"uuid": "^3.4.0"
"uuid": "^3.4.0",
"@dbgate/engines": "file:../lib/engines"
},
"scripts": {
"start": "nodemon src/index.js",
@@ -26,6 +27,6 @@
"@types/lodash": "^4.14.149",
"nodemon": "^2.0.2",
"typescript": "^3.7.4",
"@types/dbgate": "file:../lib"
"@types/dbgate": "file:../types"
}
}