Skip to content

Commit 46330be

Browse files
committed
v5.0.4: fix package.json
1 parent bcbd1db commit 46330be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@depay/react-shadow-dom",
33
"moduleName": "ReactShadowDOM",
4-
"version": "5.0.3",
4+
"version": "5.0.4",
55
"description": "A library to easily render react compatible shadow DOMs for web components with individual styling for inside and outside.",
66
"main": "./dist/umd/index.js",
77
"module": "./dist/esm/index.js",
@@ -32,7 +32,7 @@
3232
"bugs": {
3333
"url": "https://github.com/DePayFi/react-shadow-dom/issues"
3434
},
35-
"homepage": "https://github.com/DePayFi/react-shadow-dom#readme",
35+
"homepage": "https://depay.com",
3636
"private": false,
3737
"dependencies": {},
3838
"peerDependencies": {

0 commit comments

Comments
 (0)