refactor: drop dependency on async

This commit is contained in:
Justin Beckwith 2018-11-26 22:31:26 -08:00
parent 4a9bf57f29
commit 9305468f11
2 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@
"protobufjs": "^5.0.3"
},
"devDependencies": {
"async": "^2.0.1",
"body-parser": "^1.15.2",
"electron-mocha": "^3.1.1",
"express": "^4.14.0",

View File

@ -37,7 +37,6 @@
"protobufjs": "^5.0.3"
},
"devDependencies": {
"async": "^2.0.1",
"body-parser": "^1.15.2",
"electron-mocha": "^3.1.1",
"express": "^4.14.0",