From c0d5afbda596fb8ca340ab4741df03185f6503d4 Mon Sep 17 00:00:00 2001 From: chonk-lain Date: Tue, 7 Jul 2026 05:01:15 +0100 Subject: [PATCH] propagate organization change --- package.json | 2 +- packages/core/package.json | 2 +- packages/token/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 070f728..eade6f6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Monorepo for Chonkie - lightweight and efficient text chunking library", "repository": { "type": "git", - "url": "git+https://github.com/chonkie-inc/chonkiejs.git" + "url": "git+https://github.com/feyninc/chonkiejs.git" }, "workspaces": [ "packages/*" diff --git a/packages/core/package.json b/packages/core/package.json index ad0eed3..9efc6a5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -6,7 +6,7 @@ "homepage": "https://docs.chonkie.ai", "repository": { "type": "git", - "url": "git+https://github.com/chonkie-inc/chonkiejs.git", + "url": "git+https://github.com/feyninc/chonkiejs.git", "directory": "packages/core" }, "author": "Bhavnick Minhas", diff --git a/packages/token/package.json b/packages/token/package.json index 6ce846a..7c7b068 100644 --- a/packages/token/package.json +++ b/packages/token/package.json @@ -6,7 +6,7 @@ "homepage": "https://docs.chonkie.ai", "repository": { "type": "git", - "url": "git+https://github.com/chonkie-inc/chonkiejs.git", + "url": "git+https://github.com/feyninc/chonkiejs.git", "directory": "packages/token" }, "author": "Bhavnick Minhas",