summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index a41fcff..a0d5265 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@aberrantflux/kai-script",
"description": "A type safe framework for TypeScript",
- "version": "0.1.0",
+ "version": "0.2.0",
"scripts": {
"build": "tsc"
},
@@ -12,6 +12,7 @@
"files": [
"dist",
"src",
+ "examples",
"package.json",
"pnpm-lock.yaml",
"tsconfig.json"