Skip to content

Commit

Permalink
Update npm pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
harishraisinghani committed Aug 31, 2022
1 parent 0e2397f commit b79dc15
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To run the demo app:

The demo app will run at `http://localhost:3000/` with each tab demonstrating a component:

![Demo App](../images/demo-app.png)
![Demo App](https://github.com/covalenthq/web3-resources/blob/main/components/src/assets/demo-app.png?raw=true)


 
Expand Down
5 changes: 3 additions & 2 deletions components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"name": "@covalenthq/web3-components",
"keywords": [
"web3",
"blockchain",
"API",
"components"
],
"license": "MIT",
"files": [
"./dist"
],
"repository": "https://github.com/covalenthq/web3-resources",
"version": "0.2.6",
"version": "0.2.8",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"source": "src/index.js",
Expand Down
File renamed without changes
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b79dc15

Please sign in to comment.