FIX rename package.

This commit is contained in:
Miguel Medeiros 2021-04-17 00:34:47 -03:00
parent f26adbd982
commit 0aa3757217
2 changed files with 6 additions and 6 deletions

View File

@ -2,12 +2,12 @@
[![npm version](https://img.shields.io/npm/v/@mempool/mempool.js.svg?style=flat-square)](https://www.npmjs.org/package/@mempool/mempool.js) [![npm version](https://img.shields.io/npm/v/@mempool/mempool.js.svg?style=flat-square)](https://www.npmjs.org/package/@mempool/mempool.js)
[![NPM](https://img.shields.io/david/mempool/mempool.js.svg?style=flat-square)](https://david-dm.org/mempool/mempool.js#info=dependencies) [![NPM](https://img.shields.io/david/mempool/mempool.js.svg?style=flat-square)](https://david-dm.org/mempool/mempool.js#info=dependencies)
[![Known Vulnerabilities](https://snyk.io/test/github/mempool/mempool-js/badge.svg?style=flat-square)](https://snyk.io/test/github/mempool/mempool-js) [![Known Vulnerabilities](https://snyk.io/test/github/mempool/mempool.js/badge.svg?style=flat-square)](https://snyk.io/test/github/mempool/mempool.js)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)
NPM package module for Mempool APIs. NPM package module for Mempool APIs.
Documentation: [https://mempool.tools/mempool-js](https://mempool.tools/mempool-js) Documentation: [https://mempool.tools/mempoolJS](https://mempool.tools/mempoolJS)
--- ---
@ -25,7 +25,7 @@ $ npm install @mempool/mempool.js --save
$ yarn add @mempool/mempool.js $ yarn add @mempool/mempool.js
``` ```
Or if you're not into package management, just [download a ZIP](https://github.com/mempool/mempool-js/archive/refs/heads/main.zip) file. Or if you're not into package management, just [download a ZIP](https://github.com/mempool/mempool.js/archive/refs/heads/main.zip) file.
Import the module. Import the module.

View File

@ -13,8 +13,8 @@
"signet", "signet",
"blockchain", "blockchain",
"html", "html",
"mempool-space", "mempool.space",
"mempool-js", "mempool.js",
"mempool", "mempool",
"nodejs", "nodejs",
"typescript" "typescript"
@ -24,7 +24,7 @@
"private": false, "private": false,
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/mempool/mempool-js.git" "url": "git://github.com/mempool/mempool.js.git"
}, },
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"scripts": { "scripts": {