Skip to content

Commit

Permalink
chore: adds package specific repository info and fixed homepage in pa…
Browse files Browse the repository at this point in the history
…ckage.json (#569)
  • Loading branch information
domwoe committed May 18, 2022
1 parent 5177ffd commit d7e7df1
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 7 deletions.
10 changes: 9 additions & 1 deletion packages/agent/package.json
Expand Up @@ -4,7 +4,15 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"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",
Expand Down
10 changes: 9 additions & 1 deletion packages/auth-client/package.json
Expand Up @@ -4,7 +4,15 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"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",
Expand Down
10 changes: 9 additions & 1 deletion packages/authentication/package.json
Expand Up @@ -4,7 +4,15 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"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",
Expand Down
10 changes: 9 additions & 1 deletion packages/candid/package.json
Expand Up @@ -4,7 +4,15 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"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",
Expand Down
10 changes: 9 additions & 1 deletion packages/identity-ledgerhq/package.json
Expand Up @@ -4,7 +4,15 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"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",
Expand Down
10 changes: 9 additions & 1 deletion packages/identity/package.json
Expand Up @@ -4,7 +4,15 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"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",
Expand Down
10 changes: 9 additions & 1 deletion packages/principal/package.json
Expand Up @@ -4,7 +4,15 @@
"author": "DFINITY Stiftung <sdk@dfinity.org>",
"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",
Expand Down

0 comments on commit d7e7df1

Please sign in to comment.