Skip to content

Commit

Permalink
feat(npm): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Mar 3, 2021
1 parent df74cb9 commit 9ae190c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@

## Overview

This is being expanded to include the contract registry
```bash
npm install yearn-tokenlist
```

[npm yearn-tokenlist](https://www.npmjs.com/package/yearn-tokenlist)

<br>

### Local Testing

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": " npx prettier -c .prettierrc.js --write .",
"start": "node --experimental-modules --experimental-json-modules ./index.mjs"
},
"keywords": [
Expand Down

0 comments on commit 9ae190c

Please sign in to comment.