diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2025-11-06 21:59:36 -0800 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2025-11-06 21:59:36 -0800 |
| commit | 6afcdf73e7694655d1f7aadd0ea976a8cfb3bbdb (patch) | |
| tree | 58549b789a5673ebc23a93b4fb4e4ff4ddf984d5 | |
| parent | 3111336dd98c68dccc7c0e734d4b2d70e1402dc7 (diff) | |
update links
| -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/" |
