From 4b2999d90b576e575cf06c0cde416e13706f9c3c Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Tue, 29 Apr 2025 21:23:15 +0300 Subject: Fix git url's --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a762f00..43e0c86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shapex", - "version": "2.1.4", + "version": "2.1.5", "description": "A scalable event-driven application framework.", "author": "Asko Nõmm (https://nmm.ee)", "main": "dist/shapex.cjs", @@ -25,12 +25,12 @@ "subscriptions" ], "bugs": { - "url": "https://github.com/shapex/shapex/issues", + "url": "https://github.com/tryshapex/shapex/issues", "email": "asko@nmm.ee" }, "repository": { "type": "git", - "url": "git+https://github.com/shapex/shapex.git" + "url": "git+https://github.com/tryshapex/shapex.git" }, "scripts": { "bundle": "tsup src/shapex.ts", -- cgit v1.2.3