Skip to content

Commit 199942d

Browse files
committed
fix: correct package.json repository references
1 parent daad189 commit 199942d

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

web/components/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"import": "./index.mjs",
99
"require": "./index.js"
1010
}
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/SFTtech/sftkit",
15+
"directory": "web/components"
1116
}
1217
}

web/form-components/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"import": "./index.mjs",
99
"require": "./index.js"
1010
}
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/SFTtech/sftkit",
15+
"directory": "web/form-components"
1116
}
1217
}

web/modal-provider/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"import": "./index.mjs",
99
"require": "./index.js"
1010
}
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/SFTtech/sftkit",
15+
"directory": "web/modal-provider"
1116
}
1217
}

web/utils/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"import": "./index.mjs",
99
"require": "./index.js"
1010
}
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/SFTtech/sftkit",
15+
"directory": "web/utils"
1116
}
1217
}

0 commit comments

Comments
 (0)