forked from ethjs/ethjs-query
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version to v0.4.0 * Rename package to @metamask/ethjs-query * Change repository URL to https://github.com/MetaMask/ethjs-query * Update docs
- Loading branch information
1 parent
6b7d413
commit a2bb9ff
Showing
7 changed files
with
34 additions
and
24 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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": "ethjs-query", | ||
"version": "0.3.8", | ||
"name": "@metamask/ethjs-query", | ||
"version": "0.4.0", | ||
"description": "A simple query layer for the Ethereum RPC.", | ||
"main": "lib/index.js", | ||
"files": [ | ||
|
@@ -31,7 +31,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/ethjs/ethjs-query.git" | ||
"url": "https://github.com/MetaMask/ethjs-query.git" | ||
}, | ||
"keywords": [ | ||
"ethereum", | ||
|
@@ -46,9 +46,9 @@ | |
"author": "Nick Dodson <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ethjs/ethjs-query/issues" | ||
"url": "https://github.com/MetaMask/ethjs-query/issues" | ||
}, | ||
"homepage": "https://github.com/ethjs/ethjs-query#readme", | ||
"homepage": "https://github.com/MetaMask/ethjs-query#readme", | ||
"babel": { | ||
"plugins": [ | ||
[ | ||
|