aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-07 01:08:30 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-07 01:08:30 +0530
commit88df16e6550688201e13dfd56acb5fcb1a7537d3 (patch)
treeba79aecae9f17b296598b8999ebfd2f322884fdd /package.json
parent79356ed9f80084f2d54bc4931b3c0e32371fa636 (diff)
downloadts-types-lang-88df16e6550688201e13dfd56acb5fcb1a7537d3.tar.gz
ts-types-lang-88df16e6550688201e13dfd56acb5fcb1a7537d3.zip
v0.0.1-test.3
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b5c6613..c63d733 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ts-types-lang",
- "version": "0.0.1-test.2",
+ "version": "0.0.1-test.3",
"description": "A runtime for typescript types",
"main": "stdlib/index.ts",
"repository": "https://github.com/phenax/ts-types-runtime-environment",