Skip to content

Commit fd7e864

Browse files
committed
ci: add repo for provenance
1 parent 988c119 commit fd7e864

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

packages/design-tokens/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"files": [
1010
"dist/"
1111
],
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/Scouterna/j26-web-components.git"
15+
},
1216
"type": "module",
1317
"scripts": {
1418
"build": "node build-tokens.mjs"

packages/ui-react/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"files": [
99
"dist"
1010
],
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/Scouterna/j26-web-components.git"
14+
},
1115
"scripts": {
1216
"build": "tsc --outDir ./dist",
1317
"dev": "tsc --outDir ./dist --watch --preserveWatchOutput"

packages/ui-webc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"repository": {
3636
"type": "git",
37-
"url": "https://github.com/stenciljs/component-starter.git"
37+
"url": "https://github.com/Scouterna/j26-web-components.git"
3838
},
3939
"files": [
4040
"dist/",

0 commit comments

Comments
 (0)