Skip to content

Commit

Permalink
Add dependencies widget react (#3391)
Browse files Browse the repository at this point in the history
* fix: add missing dependencies

* fix: fix export

* docs: add react keyword

* chore: create version for libs
  • Loading branch information
anxolin authored Nov 14, 2023
1 parent e5ae5b1 commit fb815c0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libs/widget-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-lib",
"version": "0.2.0",
"version": "0.2.1",
"type": "commonjs",
"description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.",
"main": "index.js",
Expand Down
24 changes: 19 additions & 5 deletions libs/widget-react/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
{
"name": "@cowprotocol/widget-react",
"version": "0.2.0",
"version": "0.2.1",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
}
"import": "./index.mjs",
"require": "./index.js"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/cowprotocol/cowswap"
},
"keywords": [
"cowprotocol",
"widget",
"cowswap",
"dex",
"widget-lib",
"react"
],
"dependencies": {
"@cowprotocol/widget-lib": "^0.2.1"
}
}

2 comments on commit fb815c0

@vercel
Copy link

@vercel vercel bot commented on fb815c0 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on fb815c0 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cosmos – ./

cosmos-cowswap.vercel.app
cosmos-git-main-cowswap.vercel.app
cowswap-seven.vercel.app
cosmos.cow.fi

Please sign in to comment.