-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b424a3
commit 11e120c
Showing
3 changed files
with
37 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,4 @@ async function setActivity() { | |
instance: false, | ||
}); | ||
} | ||
} | ||
|
||
|
||
|
||
} |
Binary file not shown.