From: Ruben Beltran del Rio Date: Tue, 11 Jul 2023 18:56:14 +0000 (+0200) Subject: Add the repo X-Git-Tag: @serpentity/components.acceleration@4.0.1~1 X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity-lib/commitdiff_plain/32521389ce16a377303dfcb998113cac4bb928e6?ds=sidebyside Add the repo --- diff --git a/components/acceleration/package.json b/components/acceleration/package.json index 0b773df..f1cdfcf 100644 --- a/components/acceleration/package.json +++ b/components/acceleration/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" }, diff --git a/components/angle/package.json b/components/angle/package.json index 9e77e07..ebfa7f2 100644 --- a/components/angle/package.json +++ b/components/angle/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" }, diff --git a/components/debug/package.json b/components/debug/package.json index 3d0d8f0..96be63e 100644 --- a/components/debug/package.json +++ b/components/debug/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" }, 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" }, diff --git a/components/position/package.json b/components/position/package.json index ca6869b..0685178 100644 --- a/components/position/package.json +++ b/components/position/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" }, diff --git a/components/velocity/package.json b/components/velocity/package.json index 4d2fe4f..d9892b0 100644 --- a/components/velocity/package.json +++ b/components/velocity/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" }, diff --git a/components/weight/package.json b/components/weight/package.json index e6e3a47..fa89ed5 100644 --- a/components/weight/package.json +++ b/components/weight/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" },