Removed unnecessary file

This commit is contained in:
Pax1601 2023-12-03 21:11:14 +01:00
parent 720bfb3118
commit e30f161d1d
3 changed files with 1 additions and 30 deletions

View File

@ -1,4 +1,4 @@
call git clean -f
call git clean -fx
cd src
msbuild olympus.sln /t:Rebuild /p:Configuration=Release

24
package-lock.json generated
View File

@ -1,24 +0,0 @@
{
"name": "DCSOlympus",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"uuid": "^9.0.1"
}
},
"node_modules/uuid": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"bin": {
"uuid": "dist/bin/uuid"
}
}
}
}

View File

@ -1,5 +0,0 @@
{
"dependencies": {
"uuid": "^9.0.1"
}
}