Skip to content

Commit

Permalink
pls final i wanna sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
amitojsingh366 committed Feb 13, 2021
1 parent 4b424a3 commit 11e120c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 40 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
5 changes: 1 addition & 4 deletions src/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,4 @@ async function setActivity() {
instance: false,
});
}
}



}
Binary file modified tsdist/presence.js
Binary file not shown.

0 comments on commit 11e120c

Please sign in to comment.