Uninstall and remove references to async module

This commit is contained in:
mmcwilliams 2019-02-23 22:40:59 -05:00
parent 723b23fa41
commit 73ae599cff
3 changed files with 8 additions and 10 deletions

View File

@ -11,7 +11,6 @@ const winston = require('winston')
const moment = require('moment') const moment = require('moment')
const uuid = require('uuid') const uuid = require('uuid')
const events = require('events') const events = require('events')
const async = require('async')
const path = require('path') const path = require('path')
const ee = new events.EventEmitter() const ee = new events.EventEmitter()

14
app/package-lock.json generated
View File

@ -3554,9 +3554,9 @@
} }
}, },
"handlebars": { "handlebars": {
"version": "4.0.12", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz", "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz",
"integrity": "sha512-RhmTekP+FZL+XNhwS1Wf+bTTZpdLougwt5pcgA1tuz6Jcx0fpH/7z0qd71RKnZHBCxIRBHfBOnio4gViPemNzA==", "integrity": "sha512-l2jRuU1NAWK6AW5qqcTATWQJvNPEwkM7NEKSiv/gqOsoSQbVoWyqVEY5GS+XPQ88zLNmqASRpzfdm8d79hJS+w==",
"dev": true, "dev": true,
"requires": { "requires": {
"async": "^2.5.0", "async": "^2.5.0",
@ -4796,13 +4796,13 @@
"integrity": "sha1-dVSm+Nhxg0zJe1RisSLEwSTW3pE=" "integrity": "sha1-dVSm+Nhxg0zJe1RisSLEwSTW3pE="
}, },
"mksnapshot": { "mksnapshot": {
"version": "0.3.1", "version": "0.3.4",
"resolved": "https://registry.npmjs.org/mksnapshot/-/mksnapshot-0.3.1.tgz", "resolved": "https://registry.npmjs.org/mksnapshot/-/mksnapshot-0.3.4.tgz",
"integrity": "sha1-JQHAVldDbXQs6Vik/5LHfkDdN+Y=", "integrity": "sha512-FgUTiWiY+35LgL95P/MDYrBuQO5o0s3MmaWKX6ZJWoX4vMOY9vPsAv763l1OSSelL9jPsBQ/wf4bzfqTLNPSFg==",
"requires": { "requires": {
"decompress-zip": "0.3.0", "decompress-zip": "0.3.0",
"fs-extra": "0.26.7", "fs-extra": "0.26.7",
"request": "^2.79.0" "request": "2.x"
}, },
"dependencies": { "dependencies": {
"fs-extra": { "fs-extra": {

View File

@ -8,7 +8,7 @@
"dev": "./node_modules/.bin/gulp && ./node_modules/.bin/electron main.js -d", "dev": "./node_modules/.bin/gulp && ./node_modules/.bin/electron main.js -d",
"install": "./node_modules/.bin/electron-rebuild", "install": "./node_modules/.bin/electron-rebuild",
"test": "./node_modules/.bin/qunit test/index.js", "test": "./node_modules/.bin/qunit test/index.js",
"docs" : "sh ./scripts/docs.sh" "docs": "sh ./scripts/docs.sh"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -40,7 +40,6 @@
}, },
"dependencies": { "dependencies": {
"arduino": "file:lib/arduino", "arduino": "file:lib/arduino",
"async": "^2.6.1",
"capture": "file:lib/capture", "capture": "file:lib/capture",
"delay": "file:lib/delay", "delay": "file:lib/delay",
"display": "file:lib/display", "display": "file:lib/display",