mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Removed unnecessary dependency
This commit is contained in:
parent
a6ec3a8cd0
commit
3427fcea7e
@ -23,7 +23,6 @@
|
||||
"regedit": "^5.1.2",
|
||||
"save": "^2.9.0",
|
||||
"sha256": "^0.2.0",
|
||||
"sharp": "^0.33.2",
|
||||
"srtm-elevation": "^2.1.2",
|
||||
"tcp-ping-port": "^1.0.1",
|
||||
"uuid": "^9.0.1",
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
const express = require('express');
|
||||
const sharp = require('sharp')
|
||||
const fs = require('fs');
|
||||
const pfs = require('fs/promises')
|
||||
const router = express.Router();
|
||||
|
||||
module.exports = function (configLocation) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user