File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 6262 "release:delete-dev-deployments" : " yarn workspace @liquity/lib-ethers delete-dev-deployments" ,
6363 "release:lib-base" : " yarn workspace @liquity/lib-base semantic-release" ,
6464 "release:lib-ethers" : " yarn workspace @liquity/lib-ethers semantic-release" ,
65+ "release:lib-react" : " yarn workspace @liquity/lib-react semantic-release" ,
6566 "release:providers" : " yarn workspace @liquity/providers semantic-release" ,
6667 "save-live-version" : " yarn workspace @liquity/lib-ethers save-live-version" ,
6768 "start-dev-chain" : " run-s start-dev-chain:*" ,
Original file line number Diff line number Diff line change 1+ access = public
Original file line number Diff line number Diff line change 11{
22 "name" : " @liquity/lib-react" ,
3- "version" : " 0.0.1" ,
4- "private" : true ,
3+ "version" : " 0.0.0-semantic-release" ,
4+ "description" : " Components and hooks for React-based Liquity frontends" ,
5+ "keywords" : [
6+ " Liquity" ,
7+ " protocol" ,
8+ " DeFi" ,
9+ " Ethereum"
10+ ],
11+ "homepage" : " https://github.com/liquity/liquity#readme" ,
12+ "license" : " MIT" ,
13+ "author" :
" Daniel Simon <[email protected] >" ,
514 "main" : " dist/index.js" ,
615 "types" : " dist/index.d.ts" ,
16+ "repository" : " https://github.com/liquity/dev" ,
717 "scripts" : {
818 "eslint" : " eslint" ,
919 "prepare" : " run-s prepare:*" ,
You can’t perform that action at this time.
0 commit comments