Skip to content

Commit

Permalink
fix: correct package.json repository references
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jun 28, 2024
1 parent daad189 commit 199942d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"import": "./index.mjs",
"require": "./index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/SFTtech/sftkit",
"directory": "web/components"
}
}
5 changes: 5 additions & 0 deletions web/form-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"import": "./index.mjs",
"require": "./index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/SFTtech/sftkit",
"directory": "web/form-components"
}
}
5 changes: 5 additions & 0 deletions web/modal-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"import": "./index.mjs",
"require": "./index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/SFTtech/sftkit",
"directory": "web/modal-provider"
}
}
5 changes: 5 additions & 0 deletions web/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"import": "./index.mjs",
"require": "./index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/SFTtech/sftkit",
"directory": "web/utils"
}
}

0 comments on commit 199942d

Please sign in to comment.