Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d0bd21b

Browse files
committedFeb 17, 2025·
chore(plugins): unify package json fields
- Unify common fields among all cacti plugin package.json files. - Use Cacti instead of Cactus whenever possible. - Use current github URL and mailing list addresses. - Add publishConfig access public to all packages. Prerequisite for #3670 where I plan adding a CI check that will assert that all package.json files are correct. Signed-off-by: Michal Bajer <[email protected]>
1 parent ca70682 commit d0bd21b

File tree

75 files changed

+741
-423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+741
-423
lines changed
 

‎examples/cactus-common-example-server/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
"description": "Allows Cactus nodes to interact with HTLC ETH contracts",
55
"keywords": [
66
"Hyperledger",
7-
"Cactus",
7+
"Cacti",
88
"Integration",
99
"Blockchain",
1010
"Distributed Ledger Technology"
1111
],
12-
"homepage": "https://github.com/hyperledger/cacti#readme",
12+
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
1313
"bugs": {
1414
"url": "https://github.com/hyperledger-cacti/cacti/issues"
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/hyperledger/cacti.git"
18+
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
1919
},
2020
"license": "Apache-2.0",
2121
"author": {
22-
"name": "Hyperledger Cactus Contributors",
23-
"email": "cactus@lists.hyperledger.org",
24-
"url": "https://www.hyperledger.org/use/cacti"
22+
"name": "Hyperledger Cacti Contributors",
23+
"email": "cacti@lists.lfdecentralizedtrust.org",
24+
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
2525
},
2626
"contributors": [
2727
{

‎examples/cactus-example-carbon-accounting-backend/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
"description": "An example application showing how to use Cactus when implementing a Carbon Accounting Application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).",
55
"keywords": [
66
"Hyperledger",
7-
"Cactus",
7+
"Cacti",
88
"Integration",
99
"Blockchain",
1010
"Distributed Ledger Technology"
1111
],
12-
"homepage": "https://github.com/hyperledger/cacti#readme",
12+
"homepage": "https://github.com/hyperledger-cacti/cacti#readme",
1313
"bugs": {
1414
"url": "https://github.com/hyperledger-cacti/cacti/issues"
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/hyperledger/cacti.git"
18+
"url": "git+https://github.com/hyperledger-cacti/cacti.git"
1919
},
2020
"license": "Apache-2.0",
2121
"author": {
22-
"name": "Hyperledger Cactus Contributors",
23-
"email": "cactus@lists.hyperledger.org",
24-
"url": "https://www.hyperledger.org/use/cacti"
22+
"name": "Hyperledger Cacti Contributors",
23+
"email": "cacti@lists.lfdecentralizedtrust.org",
24+
"url": "https://www.lfdecentralizedtrust.org/projects/cacti"
2525
},
2626
"contributors": [
2727
{

0 commit comments

Comments
 (0)
Please sign in to comment.