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

Commit

Permalink
minor bug squash
Browse files Browse the repository at this point in the history
  • Loading branch information
zeankundev authored Jan 9, 2023
1 parent e643620 commit ce652ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graycrown",
"version": "1.1.91",
"version": "1.1.92",
"description": "a simple game launcher",
"homepage": "https://gray-crown.web.app",
"type": "commonjs",
Expand Down
1 change: 0 additions & 1 deletion script/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const tabSwitch = new Audio('../assets/button_up.mp3');
const app = remote.app;
const fs = require('fs');
const {setTimeout} = require('node:timers/promises')
const firebase = require('firebase/app')
const { platform } = require('node:process')
const Downloader = require('nodejs-file-downloader');
const notifier = require('node-notifier');
Expand Down

0 comments on commit ce652ea

Please sign in to comment.