From d5c3af89ab8076bcf4107859c1ba6b47a7815142 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Jan 2023 00:13:04 +0530 Subject: chore: some more documentation --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0f21658..0ecb511 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "ts-types-lang", "version": "0.0.2", - "description": "A runtime for typescript types", - "main": "stdlib/index.ts", - "repository": "https://github.com/phenax/ts-types-runtime-environment", + "description": "A runtime for typescript's type system that turns it into a general purpose, purely functional programming language with effects!", + "main": "stdlib/effects.ts", + "repository": "https://github.com/phenax/ts-types-runtime", "author": "Akshay Nair ", "license": "MIT", "bin": { -- cgit v1.3.1