summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index a0d5265..bd57cb4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,11 @@
{
"name": "@aberrantflux/kai-script",
"description": "A type safe framework for TypeScript",
- "version": "0.2.0",
+ "version": "0.2.1",
+ "repository": {
+ "type": "git",
+ "url": "git+https://git.aberrantflux.xyz/kai-script.git/"
+ },
"scripts": {
"build": "tsc"
},