Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Prepare for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanolkies committed Jan 3, 2020
1 parent 3facf42 commit fec6887
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ slither .
> Get truffle: https://www.trufflesuite.com/
> Get slither:https://github.com/crytic/slither
## Import contracts

```
npm i @rsksmart/rns-rskregistrar
```

## References

1. Strongly based on https://github.com/ensdomains/ethregistrar.
Expand Down
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.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "rns-fifs",
"description": "First-in first-served registrar for rsk top level domain.",
"version": "1.0.0",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"name": "@rsksmart/rns-rskregistrar",
"description": "Registrar for rsk top level domain.",
"version": "1.1.1",
"files": [
"/contracts",
"!/contracts/Migrations.sol"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rnsdomains/rns-fifs.git"
Expand Down

0 comments on commit fec6887

Please sign in to comment.