diff --git a/package.json b/package.json index 3e2174f..77d8d2e 100644 --- a/package.json +++ b/package.json @@ -1,37 +1,37 @@ -{ - "build": { - "appId": "net.amitoj.flappytoj", - "productName": "Flappytoj" - }, - "name": "flappytoj", - "version": "1.0.0", - "description": "Simple electron based flappybird ripoff", - "files": [ - "./build/**/*", - "./tsdist/**/*", - "./resources/**/*" - ], - "main": "./tsdist/main.js", - - "scripts": { - "build": "tsc", - "watch": "tsc -w", - "lint": "eslint -c .eslintrc --ext .ts ./src", - "start": "npm run build && electron ./tsdist/main.js", - "package": "npm run build && electron-builder -mwl --win portable" - }, - "keywords": [ - "Flappy", - "Amitoj" - ], - "author": "Amitoj Singh", - "license": "MIT", - "devDependencies": { - "@types/discord-rpc": "^3.0.4", - "electron": "^11.2.3", - "electron-builder": "^22.9.1" - }, - "dependencies": { - "discord-rpc": "^3.2.0" - } +{ + "build": { + "appId": "net.amitoj.flappytoj", + "productName": "Flappytoj" + }, + "name": "flappytoj", + "version": "1.0.0", + "description": "Simple electron based flappybird ripoff", + "files": [ + "./build/**/*", + "./tsdist/**/*", + "./resources/**/*" + ], + "main": "./tsdist/main.js", + + "scripts": { + "build": "tsc", + "watch": "tsc -w", + "lint": "eslint -c .eslintrc --ext .ts ./src", + "start": "npm run build && electron ./tsdist/main.js", + "package": "npm run build && electron-builder -mwl --win portable" + }, + "keywords": [ + "Flappy", + "Amitoj" + ], + "author": "Amitoj Singh", + "license": "MIT", + "devDependencies": { + "@types/discord-rpc": "^3.0.4", + "electron": "^11.2.3", + "electron-builder": "^22.9.1" + }, + "dependencies": { + "discord-rpc": "^3.2.0" + } } \ No newline at end of file diff --git a/src/presence.ts b/src/presence.ts index 17b862b..fb961c6 100644 --- a/src/presence.ts +++ b/src/presence.ts @@ -46,7 +46,4 @@ async function setActivity() { instance: false, }); } -} - - - +} \ No newline at end of file diff --git a/tsdist/presence.js b/tsdist/presence.js index ecbfa57..e9320f1 100644 Binary files a/tsdist/presence.js and b/tsdist/presence.js differ