Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit a924516

Browse files
authored
Merge pull request #2 from Yadro/fix-info
Change app name
2 parents 46a3d77 + bd3bce8 commit a924516

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "electron-react-boilerplate",
3-
"productName": "ElectronReact",
4-
"description": "Electron application boilerplate based on React, React Router, Webpack, React Fast Refresh for rapid application development",
2+
"name": "time-tracker",
3+
"productName": "TimeTracker",
4+
"description": "Start and stop time, jump between tasks, and add details on how time was spent.",
55
"scripts": {
66
"build": "concurrently \"yarn build:main\" \"yarn build:renderer\"",
77
"build-dll": "cross-env NODE_ENV=development webpack --config ./.erb/configs/webpack.config.renderer.dev.dll.babel.js",
@@ -87,18 +87,18 @@
8787
],
8888
"publish": {
8989
"provider": "github",
90-
"owner": "electron-react-boilerplate",
91-
"repo": "electron-react-boilerplate"
90+
"owner": "time-tracker",
91+
"repo": "time-tracker"
9292
}
9393
},
9494
"repository": {
9595
"type": "git",
96-
"url": "git+https://github.com/electron-react-boilerplate/electron-react-boilerplate.git"
96+
"url": "git+https://github.com/Yadro/time-tracker.git"
9797
},
9898
"author": {
9999
"name": "Dmitry Yadrikhinsky",
100-
"email": "yadrone@gmail.com",
101-
"url": "https://electron-react-boilerplate.js.org"
100+
"email": "yadrowork@gmail.com",
101+
"url": "https://github.com/Yadro/time-tracker"
102102
},
103103
"contributors": [],
104104
"license": "MIT",

src/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "electron-react-boilerplate",
3-
"productName": "electron-react-boilerplate",
4-
"version": "2.3.0",
5-
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
2+
"name": "time-tracker",
3+
"productName": "TimeTracker",
4+
"version": "1.0.0",
5+
"description": "Start and stop time, jump between tasks, and add details on how time was spent.",
66
"main": "./main.prod.js",
77
"author": {
8-
"name": "Electron React Boilerplate Maintainers",
9-
"email": "electronreactboilerplate@gmail.com",
10-
"url": "https://github.com/electron-react-boilerplate"
8+
"name": "Dmitry Yadrikhinsky",
9+
"email": "yadrowork@gmail.com",
10+
"url": "https://github.com/Yadro/time-tracker"
1111
},
1212
"scripts": {
1313
"electron-rebuild": "node -r ../.erb/scripts/BabelRegister.js ../.erb/scripts/ElectronRebuild.js",

0 commit comments

Comments
 (0)