Fixed package descriptions (#561).

This commit is contained in:
Richard Moore 2019-08-22 18:03:33 -04:00
parent 6f4ca61208
commit ebfca98dc2
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
11 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@ethersproject/abi", "name": "@ethersproject/abi",
"version": "5.0.0-beta.136", "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", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1,7 +1,7 @@
{ {
"name": "@ethersproject/abstract-provider", "name": "@ethersproject/abstract-provider",
"version": "5.0.0-beta.130", "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", "main": "index.js",
"browser": { "browser": {
"net": "./browser-net.js", "net": "./browser-net.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "@ethersproject/abstract-signer", "name": "@ethersproject/abstract-signer",
"version": "5.0.0-beta.131", "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", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1,7 +1,7 @@
{ {
"name": "@ethersproject/address", "name": "@ethersproject/address",
"version": "5.0.0-beta.127", "version": "5.0.0-beta.127",
"description": "Error utility functions for ethers.", "description": "Utilities for handling Ethereum Addresses for ethers.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1,7 +1,7 @@
{ {
"name": "@ethersproject/constants", "name": "@ethersproject/constants",
"version": "5.0.0-beta.127", "version": "5.0.0-beta.127",
"description": "Error utility functions for ethers.", "description": "Common Ethereum constants used for ethers.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1,7 +1,7 @@
{ {
"name": "@ethersproject/keccak256", "name": "@ethersproject/keccak256",
"version": "5.0.0-beta.126", "version": "5.0.0-beta.126",
"description": "Error utility functions for ethers.", "description": "The keccak256 hash function for ethers.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1,7 +1,7 @@
{ {
"name": "@ethersproject/pbkdf2", "name": "@ethersproject/pbkdf2",
"version": "5.0.0-beta.126", "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", "main": "index.js",
"browser": "browser.js", "browser": "browser.js",
"scripts": { "scripts": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@ethersproject/sha2", "name": "@ethersproject/sha2",
"version": "5.0.0-beta.128", "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", "main": "index.js",
"browser": "browser.js", "browser": "browser.js",
"scripts": { "scripts": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@ethersproject/transactions", "name": "@ethersproject/transactions",
"version": "5.0.0-beta.127", "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", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1,7 +1,7 @@
{ {
"name": "@ethersproject/wallet", "name": "@ethersproject/wallet",
"version": "5.0.0-beta.129", "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", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1,7 +1,7 @@
{ {
"name": "@ethersproject/web", "name": "@ethersproject/web",
"version": "5.0.0-beta.128", "version": "5.0.0-beta.128",
"description": "Error utility functions for ethers.", "description": "Utility fucntions for managing web requests for ethers.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"