Skip to content

Commit 4cc6028

Browse files
authored
Fix URLs in package.json (#1428)
## Description I believe these outdated URLs are the cause of our NPM publishing failures. Trusted Publisher expects this URL to match the URL of the repo. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
1 parent b27dde1 commit 4cc6028

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@workos-inc/node",
44
"author": "WorkOS",
55
"description": "A Node wrapper for the WorkOS API",
6-
"homepage": "https://github.com/workos-inc/workos-node",
6+
"homepage": "https://github.com/workos/workos-node",
77
"license": "MIT",
88
"keywords": [
99
"workos"
@@ -17,10 +17,10 @@
1717
],
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/workos-inc/workos-node"
20+
"url": "git+https://github.com/workos/workos-node.git"
2121
},
2222
"bugs": {
23-
"url": "https://github.com/workos-inc/workos-node/issues"
23+
"url": "https://github.com/workos/workos-node/issues"
2424
},
2525
"scripts": {
2626
"clean": "rm -rf lib",

0 commit comments

Comments
 (0)