Remove unnecessary q module, am using async or promises where needed.

This commit is contained in:
mmcw-dev 2018-01-04 23:41:32 -05:00
parent df39043100
commit 9997df1c99
2 changed files with 3 additions and 3 deletions

3
app/package-lock.json generated
View File

@ -3667,7 +3667,8 @@
"q": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
"dev": true
},
"rc": {
"version": "1.2.2",

View File

@ -1,7 +1,7 @@
{
"name": "mcopy",
"version": "2.0.0",
"description": "16mm optical printer",
"description": "Small guage film optical printer platform",
"main": "main.js",
"scripts": {
"start": "gulp && electron main.js",
@ -36,7 +36,6 @@
"humanize-duration": "^3.10.0",
"moment": "^2.17.1",
"node-notifier": "^4.6.1",
"q": "^1.4.1",
"serialport": "^4.0.7",
"sqlite3": "^3.1.13",
"uuid": "^3.0.1",