Fixes in promisify, and DB code

This commit is contained in:
fkereki
2018-04-09 15:38:13 -03:00
parent acf8aca590
commit 55f1855e33
4 changed files with 140 additions and 8 deletions
+3 -1
View File
@@ -7,6 +7,7 @@
"build": "flow-remove-types src/ -d out/",
"buildWithMaps": "flow-remove-types src/ -d out/ --pretty --sourcemaps",
"start": "npm run build && node out/doroundmath.js",
"start-db": "npm run build && node out/dbaccess.js",
"nodemon": "nodemon --watch src --delay 1 --exec npm start",
"addTypes": "flow-typed install",
"update": "npm install && flow-typed install",
@@ -71,7 +72,8 @@
"printWidth": 75
},
"dependencies": {
"axios": "^0.18.0"
"axios": "^0.18.0",
"mariasql": "^0.2.6"
},
"devDependencies": {
"babel-eslint": "^8.2.2",