From 0aa3757217aeb343e0f593d78adfd05a08e38f43 Mon Sep 17 00:00:00 2001 From: Miguel Medeiros Date: Sat, 17 Apr 2021 00:34:47 -0300 Subject: [PATCH] FIX rename package. --- README.md | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 548673a95..c9c12da50 100644 --- a/README.md +++ b/README.md @@ -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](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) 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 ``` -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. diff --git a/package.json b/package.json index 6c7aa1b6e..51aee54be 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "signet", "blockchain", "html", - "mempool-space", - "mempool-js", + "mempool.space", + "mempool.js", "mempool", "nodejs", "typescript" @@ -24,7 +24,7 @@ "private": false, "repository": { "type": "git", - "url": "git://github.com/mempool/mempool-js.git" + "url": "git://github.com/mempool/mempool.js.git" }, "types": "lib/index.d.ts", "scripts": {