mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
removed coffeescript
This commit is contained in:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user