-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned up the README.md & package.json files
removed / edited alot of the information that was included with the ERB.
- Loading branch information
1 parent
835ee51
commit efc072e
Showing
2 changed files
with
27 additions
and
171 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
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,8 +1,8 @@ | ||
{ | ||
"name": "electron-react-boilerplate", | ||
"productName": "ElectronReact", | ||
"version": "0.17.1", | ||
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development", | ||
"name": "Grinding", | ||
"productName": "Grinding", | ||
"version": "0.0.1", | ||
"description": "Record your time working towards something.", | ||
"scripts": { | ||
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"", | ||
"build-dll": "cross-env NODE_ENV=development webpack --config ./configs/webpack.config.renderer.dev.dll.babel.js --colors", | ||
|
@@ -56,7 +56,7 @@ | |
}, | ||
"main": "./app/main.prod.js", | ||
"build": { | ||
"productName": "ElectronReact", | ||
"productName": "Grinding", | ||
"appId": "org.develar.ElectronReact", | ||
"files": [ | ||
"app/dist/", | ||
|
@@ -101,35 +101,23 @@ | |
}, | ||
"publish": { | ||
"provider": "github", | ||
"owner": "electron-react-boilerplate", | ||
"repo": "electron-react-boilerplate", | ||
"owner": "tomrule007", | ||
"repo": "grinding", | ||
"private": false | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/electron-react-boilerplate/electron-react-boilerplate.git" | ||
"url": "git+https://github.com/tomrule007/grinding.git" | ||
}, | ||
"author": { | ||
"name": "Electron React Boilerplate Maintainers", | ||
"email": "electronreactboilerplate@gmail.com", | ||
"url": "https://electron-react-boilerplate.js.org" | ||
"name": "Thomas Herzog", | ||
"email": "tomrule007@gmail.com", | ||
"url": "http://www.thomasJherzog.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Vikram Rangaraj", | ||
"email": "[email protected]", | ||
"url": "https://github.com/vikr01" | ||
}, | ||
{ | ||
"name": "Amila Welihinda", | ||
"email": "[email protected]", | ||
"url": "https://github.com/amilajack" | ||
} | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues" | ||
"url": "https://github.com/tomrule007/grinding/issues" | ||
}, | ||
"keywords": [ | ||
"electron", | ||
|
@@ -142,7 +130,7 @@ | |
"hot", | ||
"reload" | ||
], | ||
"homepage": "https://github.com/electron-react-boilerplate/electron-react-boilerplate#readme", | ||
"homepage": "https://github.com/tomrule007/grinding#readme", | ||
"jest": { | ||
"testURL": "http://localhost/", | ||
"moduleNameMapper": { | ||
|