mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
replace lodash with underscore in this project
This commit is contained in:
parent
68e970cd69
commit
bec9bf5c87
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
async = require("async")
|
||||
_ = require("lodash")
|
||||
_ = require("underscore")
|
||||
logger = require("logger-sharelatex")
|
||||
DocstoreManager = require("../Docstore/DocstoreManager")
|
||||
ProjectGetter = require("../Project/ProjectGetter")
|
||||
|
|
Loading…
Reference in a new issue