diff options
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 3 deletions
@@ -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/" |
