diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-04-29 21:23:15 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-04-29 21:23:15 +0300 |
| commit | 4b2999d90b576e575cf06c0cde416e13706f9c3c (patch) | |
| tree | d5d2d40e4fbb0ec6fa41cb0d06535e37e3460ed0 /package.json | |
| parent | aca05ef5b9f3f911d62a2aa37e3916695d2b78aa (diff) | |
Fix git url's
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files 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 <asko@nmm.ee> (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", |
