Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: homepage/repository in package.json #569

Merged
merged 3 commits into from May 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the directory config is correct - this package.json already lives inside packages/agent

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I understand, the directory refers just to the repo given by the url above, i.e. the base repo, and has nothing to do with the package.json.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

},
"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