aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-09 20:14:37 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-09 20:14:37 +0530
commite2664926e239d2b5cb1e3433be0098306d3586bf (patch)
tree656fc56c2d273dda5fe36177f71c8039f0d6b8dd /package.json
parent5aad91f273f39ba1a11143585835e757a57de234 (diff)
downloadts-types-lang-e2664926e239d2b5cb1e3433be0098306d3586bf.tar.gz
ts-types-lang-e2664926e239d2b5cb1e3433be0098306d3586bf.zip
v0.0.2
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8ec042a..ee05696 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ts-types-lang",
- "version": "0.0.1-test.3",
+ "version": "0.0.2",
"description": "A runtime for typescript types",
"main": "stdlib/index.ts",
"repository": "https://github.com/phenax/ts-types-runtime-environment",