Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit ce652ea

Browse files
authored
minor bug squash
1 parent e643620 commit ce652ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graycrown",
3-
"version": "1.1.91",
3+
"version": "1.1.92",
44
"description": "a simple game launcher",
55
"homepage": "https://gray-crown.web.app",
66
"type": "commonjs",

script/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const tabSwitch = new Audio('../assets/button_up.mp3');
55
const app = remote.app;
66
const fs = require('fs');
77
const {setTimeout} = require('node:timers/promises')
8-
const firebase = require('firebase/app')
98
const { platform } = require('node:process')
109
const Downloader = require('nodejs-file-downloader');
1110
const notifier = require('node-notifier');

0 commit comments

Comments
 (0)