os dependend native modules

This commit is contained in:
Jan Prochazka
2021-01-17 09:11:09 +01:00
parent ccd9a0fa70
commit c06965c79f
8 changed files with 49 additions and 13 deletions

View File

@@ -36,7 +36,6 @@
"http": "^0.0.0",
"line-reader": "^0.4.0",
"lodash": "^4.17.15",
"msnodesqlv8": "^2.0.10",
"ncp": "^2.0.0",
"nedb-promises": "^4.0.1",
"node-cron": "^2.0.3",
@@ -59,5 +58,8 @@
"typescript": "^3.7.4",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"optionalDependencies": {
"msnodesqlv8": "^2.0.10"
}
}