Changing project name.
This commit is contained in:
parent
67ad99006f
commit
caed38420b
@ -62,13 +62,13 @@ Easy way to add Mempool API to your JS application.
|
|||||||
Using npm:
|
Using npm:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm install mempool-js
|
$ npm install mempool-space-js
|
||||||
```
|
```
|
||||||
|
|
||||||
Using yarn:
|
Using yarn:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ yarn add mempool-js
|
$ yarn add mempool-space-js
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "mempool-js",
|
"name": "mempool-space-js",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "NPM Package for Mempool.Space API.",
|
"description": "NPM Package for Mempool.Space API.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
@ -8,7 +8,7 @@
|
|||||||
"url": "http://miguelmedeiros.com.br",
|
"url": "http://miguelmedeiros.com.br",
|
||||||
"private": false,
|
"private": false,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "github:MiguelMedeiros/mempool-js",
|
"repository": "github:MiguelMedeiros/mempool-space-js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "ts-node src/index.ts",
|
"start": "ts-node src/index.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user