-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation, put version back, reuse a variable properly
- Loading branch information
Mitchell Hentges
committed
May 14, 2016
1 parent
6f64d44
commit 7246bd9
Showing
3 changed files
with
13 additions
and
7 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,7 +1,7 @@ | ||
{ | ||
"name": "james", | ||
"version": "0.0.1", | ||
"description": "HTTP/HTTPS proxy built in Electron and ReactJS", | ||
"version": "1.4.5", | ||
"description": "HTTP/HTTPS proxy built in Electron and React", | ||
"author": "Julian Hollmann <[email protected]>", | ||
"license": "MIT", | ||
"repository": { | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "james", | ||
"description": "HTTP/HTTPS proxy built in Electron and ReactJS", | ||
"description": "HTTP/HTTPS proxy built in Electron and React", | ||
"main": "electron-app.js", | ||
"author": "Julian Hollmann <[email protected]>", | ||
"license": "MIT", | ||
|