Skip to content

Commit 3754d9b

Browse files
committed
fix: update package.json files to correct homepage and repository URLs
1 parent 8bff9ae commit 3754d9b

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"description": "Workspace to hold the Asgardeo JavaScript SDKs.",
66
"author": "WSO2",
77
"license": "Apache-2.0",
8-
"homepage": "https://github.com/asgardeo/javascript#readme",
8+
"homepage": "https://github.com/asgardeo/web-ui-sdks#readme",
99
"bugs": {
10-
"url": "https://github.com/asgardeo/javascript/issues"
10+
"url": "https://github.com/asgardeo/web-ui-sdks/issues"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/asgardeo/javascript"
14+
"url": "https://github.com/asgardeo/web-ui-sdks"
1515
},
1616
"keywords": [
1717
"asgardeo",
@@ -39,4 +39,4 @@
3939
"publishConfig": {
4040
"access": "restricted"
4141
}
42-
}
42+
}

packages/browser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"browser",
88
"spa"
99
],
10-
"homepage": "https://github.com/asgardeo/javascript/tree/main/packages/browser#readme",
10+
"homepage": "https://github.com/asgardeo/web-ui-sdks/tree/main/packages/browser#readme",
1111
"bugs": {
12-
"url": "https://github.com/asgardeo/javascript/issues"
12+
"url": "https://github.com/asgardeo/web-ui-sdks/issues"
1313
},
1414
"author": "WSO2",
1515
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
2828
"types": "dist/index.d.ts",
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/asgardeo/javascript",
31+
"url": "https://github.com/asgardeo/web-ui-sdks",
3232
"directory": "packages/browser"
3333
},
3434
"scripts": {
@@ -73,4 +73,4 @@
7373
"publishConfig": {
7474
"access": "public"
7575
}
76-
}
76+
}

packages/express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"express.js",
88
"server"
99
],
10-
"homepage": "https://github.com/asgardeo/javascript/tree/main/packages/express#readme",
10+
"homepage": "https://github.com/asgardeo/web-ui-sdks/tree/main/packages/express#readme",
1111
"bugs": {
12-
"url": "https://github.com/asgardeo/javascript/issues"
12+
"url": "https://github.com/asgardeo/web-ui-sdks/issues"
1313
},
1414
"author": "WSO2",
1515
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
"types": "dist/index.d.ts",
3030
"repository": {
3131
"type": "git",
32-
"url": "https://github.com/asgardeo/javascript",
32+
"url": "https://github.com/asgardeo/web-ui-sdks",
3333
"directory": "packages/express"
3434
},
3535
"scripts": {

packages/javascript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"agnostic",
1010
"js"
1111
],
12-
"homepage": "https://github.com/asgardeo/javascript/tree/main/packages/javascript#readme",
12+
"homepage": "https://github.com/asgardeo/web-ui-sdks/tree/main/packages/javascript#readme",
1313
"bugs": {
14-
"url": "https://github.com/asgardeo/javascript/issues"
14+
"url": "https://github.com/asgardeo/web-ui-sdks/issues"
1515
},
1616
"author": "WSO2",
1717
"license": "Apache-2.0",
@@ -30,7 +30,7 @@
3030
"types": "dist/index.d.ts",
3131
"repository": {
3232
"type": "git",
33-
"url": "https://github.com/asgardeo/javascript",
33+
"url": "https://github.com/asgardeo/web-ui-sdks",
3434
"directory": "packages/javascript"
3535
},
3636
"scripts": {
@@ -58,4 +58,4 @@
5858
"publishConfig": {
5959
"access": "public"
6060
}
61-
}
61+
}

packages/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"react",
99
"ssr"
1010
],
11-
"homepage": "https://github.com/asgardeo/javascript/tree/main/packages/next#readme",
11+
"homepage": "https://github.com/asgardeo/web-ui-sdks/tree/main/packages/next#readme",
1212
"bugs": {
13-
"url": "https://github.com/asgardeo/javascript/issues"
13+
"url": "https://github.com/asgardeo/web-ui-sdks/issues"
1414
},
1515
"author": "WSO2",
1616
"license": "Apache-2.0",
@@ -30,7 +30,7 @@
3030
"types": "dist/index.d.ts",
3131
"repository": {
3232
"type": "git",
33-
"url": "https://github.com/asgardeo/javascript",
33+
"url": "https://github.com/asgardeo/web-ui-sdks",
3434
"directory": "packages/next"
3535
},
3636
"scripts": {
@@ -67,4 +67,4 @@
6767
"publishConfig": {
6868
"access": "public"
6969
}
70-
}
70+
}

packages/node/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"node",
99
"server"
1010
],
11-
"homepage": "https://github.com/asgardeo/javascript/tree/main/packages/node#readme",
11+
"homepage": "https://github.com/asgardeo/web-ui-sdks/tree/main/packages/node#readme",
1212
"bugs": {
13-
"url": "https://github.com/asgardeo/javascript/issues"
13+
"url": "https://github.com/asgardeo/web-ui-sdks/issues"
1414
},
1515
"author": "WSO2",
1616
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
"types": "dist/index.d.ts",
3030
"repository": {
3131
"type": "git",
32-
"url": "https://github.com/asgardeo/javascript",
32+
"url": "https://github.com/asgardeo/web-ui-sdks",
3333
"directory": "packages/node"
3434
},
3535
"scripts": {
@@ -65,4 +65,4 @@
6565
"publishConfig": {
6666
"access": "public"
6767
}
68-
}
68+
}

packages/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"react",
88
"spa"
99
],
10-
"homepage": "https://github.com/asgardeo/javascript/tree/main/packages/react#readme",
10+
"homepage": "https://github.com/asgardeo/web-ui-sdks/tree/main/packages/react#readme",
1111
"bugs": {
12-
"url": "https://github.com/asgardeo/javascript/issues"
12+
"url": "https://github.com/asgardeo/web-ui-sdks/issues"
1313
},
1414
"author": "WSO2",
1515
"license": "Apache-2.0",
@@ -28,7 +28,7 @@
2828
"types": "dist/index.d.ts",
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/asgardeo/javascript",
31+
"url": "https://github.com/asgardeo/web-ui-sdks",
3232
"directory": "packages/react"
3333
},
3434
"scripts": {
@@ -73,4 +73,4 @@
7373
"publishConfig": {
7474
"access": "public"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)