[misc] drop unused async

Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
Jakob Ackermann
2020-04-05 13:39:58 +02:00
committed by Jakob Ackermann
parent a53eef5e3d
commit dddb431034
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
_ = require("underscore")
async = require "async"
os = require('os')
crypto = require('crypto')
-1
View File
@@ -6,7 +6,6 @@
"author": "ShareLaTeX",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"coffee-script": "1.8.0",
"ioredis": "~4.17.3",
"underscore": "1.7.0"