-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
41 additions
and
22 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
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
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
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": "ipfs-chrome-station", | ||
"version": "0.0.1", | ||
"description": "Chrome extension that let's have a look at your IPFS node stats", | ||
"version": "0.0.2", | ||
"description": "Chrome extension that let's you access IPFS urls seamlessly from your local IPFS node, and take a look at its stats.", | ||
"scripts": { | ||
"lint": "standard --verbose | snazzy", | ||
"dev": "gulp", | ||
|
@@ -11,7 +11,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/xicombd/ipfs-pocket" | ||
"url": "https://github.com/xicombd/ipfs-chrome-station" | ||
}, | ||
"homepage": "https://github.com/xicombd/ipfs-chrome-station", | ||
"author": "Francisco Dias <[email protected]>", | ||
|