From df4ebd05c67b16b4cf89512a5b4829bda11cdf42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Jastrze=CC=A8bski?= Date: Mon, 22 Jan 2024 13:25:57 +0000 Subject: [PATCH] chore: update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 287458d..e302e3d 100644 --- a/package.json +++ b/package.json @@ -28,13 +28,13 @@ "regex", "typescript" ], - "repository": "https://github.com/mdjastrzebski/swift-regex", + "repository": "https://github.com/callstack/ts-regex-builder", "author": "Maciej Jastrzębski (https://github.com/mdjastrzebski)", "license": "MIT", "bugs": { - "url": "https://github.com/callstack/ts-regex/issues" + "url": "https://github.com/callstack/ts-regex-builder/issues" }, - "homepage": "https://github.com/callstack/ts-regex#readme", + "homepage": "https://github.com/callstack/ts-regex-builder#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" },