diff --git a/package.json b/package.json index ef6e24b..4135d8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stabilitydao/stability", - "version": "0.61.1", + "version": "0.61.2", "description": "Stability DAO Library", "main": "out/index.js", "types": "out/index.d.ts", @@ -19,7 +19,6 @@ "test": "jest", "update-lending": "ts-node tools/update-lending.ts && yarn prettier --write src/lending.ts", "coverage": "jest --collect-coverage", - "postbuild": "shx cp src/*.tokenlist.json out/", "draw-chains": "ts-node tools/draw-chains.ts", "draw-integrations": "ts-node tools/draw-integrations.ts", "draw-markets": "ts-node tools/draw-markets.ts",