summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
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",