mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
upgrade to coffee-script 1.12.4
This commit is contained in:
parent
aebaff829b
commit
27c6390f4c
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
require("coffee-script")
|
||||
require("coffee-script/register")
|
||||
module.exports = require('./logging-manager');
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"version": "1.5.4",
|
||||
"dependencies": {
|
||||
"bunyan": "1.5.1",
|
||||
"coffee-script": "1.4.0",
|
||||
"coffee-script": "1.12.4",
|
||||
"raven": "^1.1.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue