mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] drop unused async
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
a53eef5e3d
commit
dddb431034
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
_ = require("underscore")
|
_ = require("underscore")
|
||||||
async = require "async"
|
|
||||||
os = require('os')
|
os = require('os')
|
||||||
crypto = require('crypto')
|
crypto = require('crypto')
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
"author": "ShareLaTeX",
|
"author": "ShareLaTeX",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^2.5.0",
|
|
||||||
"coffee-script": "1.8.0",
|
"coffee-script": "1.8.0",
|
||||||
"ioredis": "~4.17.3",
|
"ioredis": "~4.17.3",
|
||||||
"underscore": "1.7.0"
|
"underscore": "1.7.0"
|
||||||
|
|
Loading…
Reference in a new issue