Skip to content

Commit

Permalink
Fixed package descriptions (#561).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Aug 22, 2019
1 parent 6f4ca61 commit ebfca98
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/abi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethersproject/abi",
"version": "5.0.0-beta.136",
"description": "Error utility functions for ethers.",
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/abstract-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethersproject/abstract-provider",
"version": "5.0.0-beta.130",
"description": "Error utility functions for ethers.",
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
"main": "index.js",
"browser": {
"net": "./browser-net.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/abstract-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethersproject/abstract-signer",
"version": "5.0.0-beta.131",
"description": "Error utility functions for ethers.",
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethersproject/address",
"version": "5.0.0-beta.127",
"description": "Error utility functions for ethers.",
"description": "Utilities for handling Ethereum Addresses for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethersproject/constants",
"version": "5.0.0-beta.127",
"description": "Error utility functions for ethers.",
"description": "Common Ethereum constants used for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/keccak256/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethersproject/keccak256",
"version": "5.0.0-beta.126",
"description": "Error utility functions for ethers.",
"description": "The keccak256 hash function for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/pbkdf2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethersproject/pbkdf2",
"version": "5.0.0-beta.126",
"description": "Error utility functions for ethers.",
"description": "The PBKDF2 password-pbased key derivation function for ethers.",
"main": "index.js",
"browser": "browser.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sha2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethersproject/sha2",
"version": "5.0.0-beta.128",
"description": "Error utility functions for ethers.",
"description": "The SHA2 family hash functions and HMAC functions for ethers.",
"main": "index.js",
"browser": "browser.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethersproject/transactions",
"version": "5.0.0-beta.127",
"description": "Error utility functions for ethers.",
"description": "Utilities for decoding and encoding Ethereum transaction for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethersproject/wallet",
"version": "5.0.0-beta.129",
"description": "Error utility functions for ethers.",
"description": "Classes for managing, encrypting and decrypting Ethereum private keys as a Signer for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ethersproject/web",
"version": "5.0.0-beta.128",
"description": "Error utility functions for ethers.",
"description": "Utility fucntions for managing web requests for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit ebfca98

Please sign in to comment.