We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0b2e3d + d66014c commit ef70bcaCopy full SHA for ef70bca
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@stabilitydao/stability",
3
- "version": "0.61.1",
+ "version": "0.61.2",
4
"description": "Stability DAO Library",
5
"main": "out/index.js",
6
"types": "out/index.d.ts",
@@ -19,7 +19,6 @@
19
"test": "jest",
20
"update-lending": "ts-node tools/update-lending.ts && yarn prettier --write src/lending.ts",
21
"coverage": "jest --collect-coverage",
22
- "postbuild": "shx cp src/*.tokenlist.json out/",
23
"draw-chains": "ts-node tools/draw-chains.ts",
24
"draw-integrations": "ts-node tools/draw-integrations.ts",
25
"draw-markets": "ts-node tools/draw-markets.ts",
0 commit comments