summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--package.json2
2 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 77a1128..4eb8104 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,13 @@ This means that you can write programs inside TypeScript that evaluate without r
To see what KaiScript is capable of, take a look at the guided tour here: [[EXAMPLES]](./examples/README.md)
-## Source code
+## Links
-https://git.aberrantflux.xyz/kai-script.git/
+- [GitHub repository](https://github.com/KaiStevenson/kai-script)
+
+- [Self hosted repository](https://git.aberrantflux.xyz/kai-script.git/)
+
+- [NPM package](https://www.npmjs.com/package/@aberrantflux/kai-script)
## FAQ
diff --git a/package.json b/package.json
index bd57cb4..cfb7a45 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@aberrantflux/kai-script",
"description": "A type safe framework for TypeScript",
- "version": "0.2.1",
+ "version": "0.2.2",
"repository": {
"type": "git",
"url": "git+https://git.aberrantflux.xyz/kai-script.git/"