Skip to content

Commit

Permalink
chore: widget react 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Nov 4, 2023
1 parent 5078cbb commit 8ff071f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions libs/widget-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ React component that creates a CoW Swap widget. It is based on [https://npmjs.co
Install dependency

```bash
# Install the dependency using NPM
npm install @cowprotocol/widget-react --save

# ...or alternativelly use YARN
yarn add @cowprotocol/widget-react
```


```bash
npm install @cowprotocol/widget-react
```

Import component and some convenient types

```ts
Expand Down
2 changes: 1 addition & 1 deletion libs/widget-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-react",
"version": "0.1.0",
"version": "0.1.1",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down

0 comments on commit 8ff071f

Please sign in to comment.