Skip to content

Commit ee04d8d

Browse files
committed
Update package.json & README.md
1 parent 86ab708 commit ee04d8d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ laptop-terminal$ webpack && npm start
3232

3333
## PROJECT BOARD
3434
* https://github.com/barayuda/text2speech-timer-app/projects/1
35+
36+
## RELEASES
37+
* https://github.com/barayuda/text2speech-timer-app/releases

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "text2speech-timer-app",
33
"version": "1.0.0",
44
"description": "A Text-to-speech timer app using Electron, VueJs and Firebase",
5+
"homepage": "https://github.com/barayuda/text2speech-timer-app",
6+
"repository": "https://github.com/barayuda/text2speech-timer-app",
57
"main": "main.js",
68
"scripts": {
79
"start": "electron main.js",
@@ -30,7 +32,7 @@
3032
]
3133
},
3234
"win": {
33-
"target": "squirrel",
35+
"target": "NSIS",
3436
"icon": "build/icon.ico"
3537
}
3638
},

0 commit comments

Comments
 (0)