From 6bead07a355c0452ab6a1e04fa910231cb0a4478 Mon Sep 17 00:00:00 2001 From: Dominic Woerner Date: Thu, 5 May 2022 21:01:58 +0200 Subject: [PATCH] Added package specific repository info and fixed homepage in package.json Signed-off-by: Dominic Woerner --- packages/agent/package.json | 10 +++++++++- packages/auth-client/package.json | 10 +++++++++- packages/authentication/package.json | 10 +++++++++- packages/candid/package.json | 10 +++++++++- packages/identity-ledgerhq/package.json | 10 +++++++++- packages/identity/package.json | 10 +++++++++- packages/principal/package.json | 10 +++++++++- 7 files changed, 63 insertions(+), 7 deletions(-) diff --git a/packages/agent/package.json b/packages/agent/package.json index 6d02ae4e2..979a33652 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to interact with the Internet Computer", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/agent" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "internet-computer", diff --git a/packages/auth-client/package.json b/packages/auth-client/package.json index b6315749d..c5bfe1724 100644 --- a/packages/auth-client/package.json +++ b/packages/auth-client/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/auth-client" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 1c855caa9..f698d82d5 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/authentication" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic", diff --git a/packages/candid/package.json b/packages/candid/package.json index 2f78f2cb6..317ada0b4 100644 --- a/packages/candid/package.json +++ b/packages/candid/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with candid interfaces", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/candid" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic", diff --git a/packages/identity-ledgerhq/package.json b/packages/identity-ledgerhq/package.json index b943de533..2a636055d 100644 --- a/packages/identity-ledgerhq/package.json +++ b/packages/identity-ledgerhq/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/identity-ledgerhq" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic", diff --git a/packages/identity/package.json b/packages/identity/package.json index 459754172..389e32f0c 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity with the Internet Computer", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/identity" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic", diff --git a/packages/principal/package.json b/packages/principal/package.json index 04279ffd1..9db2eb325 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with Internet Computer principals", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/principal" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic",