Skip to content

Commit

Permalink
feat: release @liquity/lib-react on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Jan 4, 2022
1 parent 478f598 commit 584fd65
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"release:delete-dev-deployments": "yarn workspace @liquity/lib-ethers delete-dev-deployments",
"release:lib-base": "yarn workspace @liquity/lib-base semantic-release",
"release:lib-ethers": "yarn workspace @liquity/lib-ethers semantic-release",
"release:lib-react": "yarn workspace @liquity/lib-react semantic-release",
"release:providers": "yarn workspace @liquity/providers semantic-release",
"save-live-version": "yarn workspace @liquity/lib-ethers save-live-version",
"start-dev-chain": "run-s start-dev-chain:*",
Expand Down
1 change: 1 addition & 0 deletions packages/lib-react/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
access=public
14 changes: 12 additions & 2 deletions packages/lib-react/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "@liquity/lib-react",
"version": "0.0.1",
"private": true,
"version": "0.0.0-semantic-release",
"description": "Components and hooks for React-based Liquity frontends",
"keywords": [
"Liquity",
"protocol",
"DeFi",
"Ethereum"
],
"homepage": "https://github.com/liquity/liquity#readme",
"license": "MIT",
"author": "Daniel Simon <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/liquity/dev",
"scripts": {
"eslint": "eslint",
"prepare": "run-s prepare:*",
Expand Down

0 comments on commit 584fd65

Please sign in to comment.