Skip to content

Commit

Permalink
added npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
uintgroup committed Aug 10, 2023
1 parent cc29ed6 commit 33f8c2a
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ its selector.
This contract can work instead of, or along side the OpenZeppelin Pausable.sol contract.

This contract is in development and should only be used after performing independent testing.

Install with: `npm i selective-pausable`
13 changes: 13 additions & 0 deletions package-lock.json

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

29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "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",
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uintgroup/selective-pausable.git"
},
"keywords": [
"solidity",
"ethereum",
"evm",
"smart",
"contract",
"pausable",
"openzeppelin"
],
"author": "uintgroup",
"license": "ISC",
"bugs": {
"url": "https://github.com/uintgroup/selective-pausable/issues"
},
"homepage": "https://github.com/uintgroup/selective-pausable#readme"
}

0 comments on commit 33f8c2a

Please sign in to comment.