mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
removed coffeescript
This commit is contained in:
parent
ec32a2b1e2
commit
fbbee7d499
3 changed files with 2 additions and 10 deletions
|
@ -1,2 +1 @@
|
|||
require('coffee-script');
|
||||
module.exports = require('./lib/coffee/AccessTokenEncryptor.coffee');
|
||||
module.exports = require('./lib/js/AccessTokenEncryptor');
|
||||
|
|
|
@ -385,11 +385,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"coffee-script": {
|
||||
"version": "1.12.7",
|
||||
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz",
|
||||
"integrity": "sha512-fLeEhqwymYat/MpTPUjSKHVYYl0ec2mOyALEMLmzr5i1isuG+6jfI2j2d5oBO3VIzgUXgBVIcOT9uH1TFxBckw=="
|
||||
},
|
||||
"collection-visit": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
|
||||
|
|
|
@ -9,9 +9,7 @@
|
|||
},
|
||||
"author": "",
|
||||
"license": "Proprietary",
|
||||
"dependencies": {
|
||||
"coffee-script": "^1.10.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"bunyan": "~0.22.3",
|
||||
"chai": "",
|
||||
|
|
Loading…
Reference in a new issue