Lowercase npm packages (#3807)

This commit is contained in:
Jaco Greeff
2016-12-11 10:30:30 +01:00
committed by GitHub
parent 17dee5f1a2
commit 0a37288aa4
6 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# @parity/Etherscan
# @parity/etherscan
A thin, lightweight promise wrapper for the api.etherscan.io/apis service, exposing a common endpoint for use in JavaScript applications.
@@ -9,13 +9,13 @@ A thin, lightweight promise wrapper for the api.etherscan.io/apis service, expos
installation -
```
npm install --save @parity/Etherscan
npm install --save @parity/etherscan
```
Usage -
```
const etherscan = require('@parity/Etherscan');
const etherscan = require('@parity/etherscan');
// api calls goes here
```

View File

@@ -1,5 +1,5 @@
{
"name": "@parity/Etherscan",
"name": "@parity/etherscan",
"description": "The Parity Promise-based library for interfacing with Etherscan over HTTP",
"version": "0.0.0",
"main": "library.js",

View File

@@ -1,4 +1,4 @@
# @parity/ShapeShift
# @parity/shapeshift
A thin ES6 promise wrapper around the shapeshift.io APIs as documented at https://shapeshift.io/api
@@ -9,14 +9,14 @@ A thin ES6 promise wrapper around the shapeshift.io APIs as documented at https:
installation -
```
npm install --save @parity/ShapeShift
npm install --save @parity/shapeshift
```
Usage -
```
const APIKEY = 'private affiliate key or undefined';
const shapeshift = require('@parity/ShapeShift')(APIKEY);
const shapeshift = require('@parity/shapeshift')(APIKEY);
// api calls goes here
```

View File

@@ -1,5 +1,5 @@
{
"name": "@parity/ShapeShift",
"name": "@parity/shapeshift",
"description": "The Parity Promise-based library for interfacing with ShapeShift over HTTP",
"version": "0.0.0",
"main": "library.js",