Skip to content

Commit

Permalink
Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Mar 30, 2021
1 parent b52058a commit 59dd60e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yearn-tokenlist",
"version": "1.1.6",
"version": "1.1.7",
"description": "Yearn Finance tokenlist with schema validation",
"license": "Apache-2.0",
"types": "types/tokenlist.d.ts",
Expand All @@ -10,7 +10,13 @@
"directory": "/"
},
"main": "index.js",
"files": ["index.js", "index.mjs", "sushiswap.json", "yearn.json", "tokens.json"],
"files": [
"index.js",
"index.mjs",
"sushiswap.json",
"yearn.json",
"tokens.json"
],
"devDependencies": {
"@ethersproject/address": "5.0.11",
"@uniswap/token-lists": "1.0.0-beta.21",
Expand Down

0 comments on commit 59dd60e

Please sign in to comment.