Skip to content

Commit

Permalink
updated package name
Browse files Browse the repository at this point in the history
  • Loading branch information
uintgroup committed Aug 10, 2023
1 parent 33f8c2a commit 54edd96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 54edd96

Please sign in to comment.