Skip to content

Commit 62203dd

Browse files
author
Dmitry Yadrikhinsky
committed
Update package json
1 parent f6ecb09 commit 62203dd

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

package.json

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
]
3232
},
3333
"build": {
34-
"productName": "ElectronReact",
35-
"appId": "org.erb.ElectronReact",
34+
"productName": "TimeTracker",
35+
"appId": "ru.timetracker",
3636
"files": [
3737
"dist/",
3838
"node_modules/",
@@ -96,38 +96,22 @@
9696
"url": "git+https://github.com/electron-react-boilerplate/electron-react-boilerplate.git"
9797
},
9898
"author": {
99-
"name": "Electron React Boilerplate Maintainers",
100-
"email": "electronreactboilerplate@gmail.com",
99+
"name": "Dmitry Yadrikhinsky",
100+
"email": "yadrone@gmail.com",
101101
"url": "https://electron-react-boilerplate.js.org"
102102
},
103-
"contributors": [
104-
{
105-
"name": "Amila Welihinda",
106-
"email": "amilajack@gmail.com",
107-
"url": "https://github.com/amilajack"
108-
},
109-
{
110-
"name": "John Tran",
111-
"email": "jptran318@gmail.com",
112-
"url": "https://github.com/jooohhn"
113-
}
114-
],
103+
"contributors": [],
115104
"license": "MIT",
116-
"bugs": {
117-
"url": "https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues"
118-
},
119105
"keywords": [
120106
"electron",
121-
"boilerplate",
122107
"react",
123108
"typescript",
124109
"ts",
125-
"sass",
110+
"less",
126111
"webpack",
127112
"hot",
128113
"reload"
129114
],
130-
"homepage": "https://github.com/electron-react-boilerplate/electron-react-boilerplate#readme",
131115
"jest": {
132116
"testURL": "http://localhost/",
133117
"moduleNameMapper": {
@@ -255,6 +239,7 @@
255239
"electron-debug": "^3.1.0",
256240
"electron-log": "^4.2.4",
257241
"electron-updater": "^4.3.4",
242+
"electron-windows-badge": "1.1.0",
258243
"history": "^5.0.0",
259244
"less": "4.1.1",
260245
"less-loader": "8.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4584,6 +4584,11 @@ electron-updater@^4.3.4:
45844584
lodash.isequal "^4.5.0"
45854585
semver "^7.3.2"
45864586

4587+
electron-windows-badge@1.1.0:
4588+
version "1.1.0"
4589+
resolved "https://registry.yarnpkg.com/electron-windows-badge/-/electron-windows-badge-1.1.0.tgz#cbc874c685e76da42b63565b8bc83eab7c65b961"
4590+
integrity sha512-hWFbUk9u3fQHcKzTAcjZAN7XH9bL9oH9g20RRDU/DVDNqdMI03GzlBZfR/R8R1krYu9AT4biLqSCAxnt9LMAfA==
4591+
45874592
electron@^12.0.2:
45884593
version "12.0.2"
45894594
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.2.tgz#d92be205f1937627bd6718aad44ac161382b4c2d"

0 commit comments

Comments
 (0)