Skip to content

Commit

Permalink
change command-> draw-defi to draw-integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
RenzouM committed Oct 27, 2024
1 parent b109bc2 commit c23542e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ import { tokenlist } from "@stabilitydao/stability";
yarn overview
yarn overview-full
yarn draw-chains
yarn draw-defi
yarn draw-integrations
yarn contests-maker
yarn test
yarn coverage
Expand Down
Binary file modified integrations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"overview-full": "ts-node tools/overview-full.ts",
"postbuild": "shx cp src/*.tokenlist.json out/",
"draw-chains": "ts-node tools/draw-chains.ts",
"draw-defi": "ts-node tools/draw-defi.ts",
"draw-integrations": "ts-node tools/draw-integrations.ts",
"issue": "ts-node tools/issue.ts",
"contests-maker": "ts-node tools/contests-maker.ts"
},
Expand Down
File renamed without changes.

0 comments on commit c23542e

Please sign in to comment.