Skip to content

Commit 32cee1b

Browse files
committed
chore(npm): fix repo provenance
Signed-off-by: Matt Roberts <code@rbrts.uk>
1 parent 4e647a8 commit 32cee1b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/cicero-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "git+https://github.com/accordproject/cicero.git",
29+
"url": "git+https://github.com/accordproject/template-archive.git",
3030
"directory": "packages/cicero-cli"
3131
},
3232
"keywords": [
@@ -37,7 +37,7 @@
3737
"author": "Accord Project",
3838
"license": "Apache-2.0",
3939
"bugs": {
40-
"url": "https://github.com/accordproject/cicero/issues"
40+
"url": "https://github.com/accordproject/template-archive/issues"
4141
},
4242
"homepage": "https://www.accordproject.org/projects/cicero",
4343
"dependencies": {

packages/cicero-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/accordproject/cicero.git",
36+
"url": "git+https://github.com/accordproject/template-archive.git",
3737
"directory": "packages/cicero-core"
3838
},
3939
"keywords": [
@@ -45,9 +45,9 @@
4545
"author": "accordproject.org",
4646
"license": "Apache-2.0",
4747
"bugs": {
48-
"url": "https://github.com/accordproject/cicero/issues"
48+
"url": "https://github.com/accordproject/template-archive/issues"
4949
},
50-
"homepage": "https://github.com/accordproject/cicero",
50+
"homepage": "https://github.com/accordproject/template-archive",
5151
"devDependencies": {
5252
"@babel/preset-typescript": "^7.27.0",
5353
"archiver": "5.3.1",

packages/generator-cicero-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/accordproject/cicero.git",
24+
"url": "git+https://github.com/accordproject/template-archive.git",
2525
"directory": "packages/generator-cicero-template"
2626
},
2727
"license": "Apache-2.0",
2828
"bugs": {
29-
"url": "https://github.com/accordproject/cicero/issues"
29+
"url": "https://github.com/accordproject/template-archive/issues"
3030
},
31-
"homepage": "https://github.com/accordproject/cicero#readme",
31+
"homepage": "https://github.com/accordproject/template-archive#readme",
3232
"files": [
3333
"generators"
3434
],

0 commit comments

Comments
 (0)