diff --git a/packages/browser/package.json b/packages/browser/package.json index 14567ab20..313bc1507 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -8,7 +8,8 @@ "module": "dist/index.mjs", "bundle": "dist/solid-client-authn.bundle.js", "repository": { - "url": "https://github.com/inrupt/solid-client-authn" + "type": "git", + "url": "https://github.com/inrupt/solid-client-authn-js.git" }, "exports": { ".": { diff --git a/packages/core/package.json b/packages/core/package.json index c0995ee15..b15c77571 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -25,7 +25,8 @@ } }, "repository": { - "url": "https://github.com/inrupt/solid-client-authn" + "type": "git", + "url": "https://github.com/inrupt/solid-client-authn-js.git" }, "scripts": { "prepublishOnly": "npm run build", diff --git a/packages/node/package.json b/packages/node/package.json index ec22c3519..402170249 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -6,7 +6,8 @@ "types": "dist/index.d.ts", "module": "dist/index.mjs", "repository": { - "url": "https://github.com/inrupt/solid-client-authn" + "type": "git", + "url": "https://github.com/inrupt/solid-client-authn-js.git" }, "exports": { ".": { diff --git a/packages/oidc-browser/package.json b/packages/oidc-browser/package.json index 1b2da3970..2037bafab 100644 --- a/packages/oidc-browser/package.json +++ b/packages/oidc-browser/package.json @@ -8,6 +8,10 @@ "module": "dist/index.es.js", "types": "dist/index.d.ts", "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/inrupt/solid-client-authn-js.git" + }, "scripts": { "prepublishOnly": "npm run build", "build": "rollup --config rollup.config.mjs",