Skip to content

Commit

Permalink
fix(weaver): update the npm url in .npmrc to hyperledger-cacti
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Nishad <[email protected]>
  • Loading branch information
sandeepnRES committed Dec 5, 2024
1 parent c66a1c6 commit 535c2ae
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion weaver/common/protos-js/.npmrc.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@hyperledger:registry=https://npm.pkg.github.com/hyperledger
@hyperledger:registry=https://npm.pkg.github.com/hyperledger-cacti
//npm.pkg.github.com/:_authToken=<personal-access-token>
2 changes: 1 addition & 1 deletion weaver/core/drivers/fabric-driver/.npmrc.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@hyperledger:registry=https://npm.pkg.github.com/hyperledger
@hyperledger:registry=https://npm.pkg.github.com/hyperledger-cacti
//npm.pkg.github.com/:_authToken=<personal-access-token>
2 changes: 1 addition & 1 deletion weaver/core/identity-management/iin-agent/.npmrc.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@hyperledger:registry=https://npm.pkg.github.com/hyperledger
@hyperledger:registry=https://npm.pkg.github.com/hyperledger-cacti
//npm.pkg.github.com/:_authToken=<personal-access-token>
2 changes: 1 addition & 1 deletion weaver/samples/besu/besu-cli/.npmrc.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@hyperledger:registry=https://npm.pkg.github.com/hyperledger
@hyperledger:registry=https://npm.pkg.github.com/hyperledger-cacti
//npm.pkg.github.com/:_authToken=<personal-access-token>
2 changes: 1 addition & 1 deletion weaver/samples/fabric/fabric-cli/.npmrc.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@hyperledger:registry=https://npm.pkg.github.com/hyperledger
@hyperledger:registry=https://npm.pkg.github.com/hyperledger-cacti
//npm.pkg.github.com/:_authToken=<personal-access-token>
2 changes: 1 addition & 1 deletion weaver/sdks/besu/node/.npmrc.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@hyperledger:registry=https://npm.pkg.github.com/hyperledger
@hyperledger:registry=https://npm.pkg.github.com/hyperledger-cacti
//npm.pkg.github.com/:_authToken=<personal-access-token>
2 changes: 1 addition & 1 deletion weaver/sdks/fabric/interoperation-node-sdk/.npmrc.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@hyperledger:registry=https://npm.pkg.github.com/hyperledger
@hyperledger:registry=https://npm.pkg.github.com/hyperledger-cacti
//npm.pkg.github.com/:_authToken=<personal-access-token>

0 comments on commit 535c2ae

Please sign in to comment.