From e8d23155b300b22496d2d9786fc20e99b3d376e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Serna?= Date: Sat, 30 Jul 2022 22:50:54 -0300 Subject: [PATCH] Fix packages --- package.json | 2 +- packages/api-types/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/rest/package.json | 2 +- packages/ws/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4c48f57..b7573a3 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "homepage": "https://biscuitjs.com", "repository": { "type": "git", - "url": "git+https://github.com/oasisjs/bicuit.git" + "url": "git+https://github.com/oasisjs/biscuit.git" } } diff --git a/packages/api-types/package.json b/packages/api-types/package.json index 657970e..db620dc 100644 --- a/packages/api-types/package.json +++ b/packages/api-types/package.json @@ -49,7 +49,7 @@ "homepage": "https://biscuitjs.com", "repository": { "type": "git", - "url": "git+https://github.com/oasisjs/bicuit.git" + "url": "git+https://github.com/oasisjs/biscuit.git" }, "bugs": { "url": "https://github.com/oasisjs/biscuit" diff --git a/packages/cache/package.json b/packages/cache/package.json index 336ecea..bc59b59 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -53,7 +53,7 @@ "homepage": "https://biscuitjs.com", "repository": { "type": "git", - "url": "git+https://github.com/oasisjs/bicuit.git" + "url": "git+https://github.com/oasisjs/biscuit.git" }, "bugs": { "url": "https://github.com/oasisjs/biscuit" diff --git a/packages/core/package.json b/packages/core/package.json index c370ee3..617c088 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -54,7 +54,7 @@ "homepage": "https://biscuitjs.com", "repository": { "type": "git", - "url": "git+https://github.com/oasisjs/bicuit.git" + "url": "git+https://github.com/oasisjs/biscuit.git" }, "bugs": { "url": "https://github.com/oasisjs/biscuit" diff --git a/packages/rest/package.json b/packages/rest/package.json index 0fe9ec2..bb523c7 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -52,7 +52,7 @@ "homepage": "https://biscuitjs.com", "repository": { "type": "git", - "url": "git+https://github.com/oasisjs/bicuit.git" + "url": "git+https://github.com/oasisjs/biscuit.git" }, "bugs": { "url": "https://github.com/oasisjs/biscuit" diff --git a/packages/ws/package.json b/packages/ws/package.json index 540cfb2..e88fb5f 100644 --- a/packages/ws/package.json +++ b/packages/ws/package.json @@ -55,7 +55,7 @@ "homepage": "https://biscuitjs.com", "repository": { "type": "git", - "url": "git+https://github.com/oasisjs/bicuit.git" + "url": "git+https://github.com/oasisjs/biscuit.git" }, "bugs": { "url": "https://github.com/oasisjs/biscuit"