reverted more ugly/unnecessary changes

This commit is contained in:
3top1a 2024-10-17 20:51:23 +02:00
parent 3dc42eceb0
commit 21edcd6ad5
4 changed files with 3 additions and 4 deletions

2
package-lock.json generated
View File

@ -32,7 +32,7 @@
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.15.0",
"copyfiles": "^2.4.1",
"electron": "git+https://github.com/castlabs/electron-releases#v32.0.0+wvcus",
"electron": "git+https://github.com/castlabs/electron-releases#v31.1.0+wvcus",
"electron-builder": "~24.9.4",
"eslint": "^8.57.0",
"js-yaml": "^4.1.0",

View File

@ -63,7 +63,7 @@
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.15.0",
"copyfiles": "^2.4.1",
"electron": "git+https://github.com/castlabs/electron-releases#v32.0.0+wvcus",
"electron": "git+https://github.com/castlabs/electron-releases#v31.1.0+wvcus",
"electron-builder": "~24.9.4",
"eslint": "^8.57.0",
"js-yaml": "^4.1.0",

View File

@ -109,7 +109,7 @@ const getActivity = (): DRPC.Presence => {
presence.startTimestamp = startTimestamp;
presence.endTimestamp = endTimestamp;
}
}
}
};
/**

View File

@ -11,7 +11,6 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"paths": {
"*": ["node_modules/*"]
}