From 54edd96cf4a31bd4943b30b67d6542e1333ba5d3 Mon Sep 17 00:00:00 2001 From: uintgroup Date: Thu, 10 Aug 2023 18:51:20 -0400 Subject: [PATCH] updated package name --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 351ebee..1a8d647 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ This contract can work instead of, or along side the OpenZeppelin Pausable.sol c This contract is in development and should only be used after performing independent testing. -Install with: `npm i selective-pausable` +Install with: `npm i @uintgroup/selective-pausable` diff --git a/package-lock.json b/package-lock.json index 02b8d98..213a1fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "selective-pausable", + "name": "@uintgroup/selective-pausable", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "selective-pausable", + "name": "@uintgroup/selective-pausable", "version": "1.0.0", "license": "ISC" } diff --git a/package.json b/package.json index bed077b..2711bbb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "selective-pausable", + "name": "@uintgroup/selective-pausable", "version": "1.0.0", "description": "An expansion on OpenZeppelin's Pausable.sol. This contract adds the ability to pause each function by its selector.", "main": "index.js",