aboutsummaryrefslogtreecommitdiff
path: root/components/force
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-07-11 20:56:14 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-07-11 20:56:14 +0200
commit32521389ce16a377303dfcb998113cac4bb928e6 (patch)
treefecb03c93a58f1e29b73e30f9ae2b71ca9d7c2cf /components/force
parentd79369418499ea8b458aad393f61901ec478c829 (diff)
Add the repo
Diffstat (limited to 'components/force')
-rw-r--r--components/force/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/force/package.json b/components/force/package.json
index e40524f..a313903 100644
--- a/components/force/package.json
+++ b/components/force/package.json
@@ -8,6 +8,10 @@
"peerDependencies": {
"@serpentity/serpentity": "^4.0.0"
},
+ "repository": {
+ "type": "git",
+ "url": "https://git.sr.ht/~rbdr/serpentity-lib"
+ },
"publishConfig": {
"access": "public"
},