Skip to content

Commit

Permalink
Merge pull request #697 from liquity/release-providers
Browse files Browse the repository at this point in the history
feat: initial release of `@liquity/providers`
  • Loading branch information
danielattilasimon authored Sep 13, 2021
2 parents aadc4a3 + c311a08 commit 18a7775
Show file tree
Hide file tree
Showing 2 changed files with 13 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: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:*",
"start-dev-chain:openethereum": "node dev-chain/start.js",
Expand Down
14 changes: 12 additions & 2 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"name": "@liquity/providers",
"version": "0.0.1",
"private": true,
"version": "0.0.0-semantic-release",
"description": "Custom Ethers Providers used by Liquity Dev UI",
"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": {
"prepare": "tsc --project tsconfig.dist.json"
},
Expand Down

0 comments on commit 18a7775

Please sign in to comment.