From 79356ed9f80084f2d54bc4931b3c0e32371fa636 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 7 Jan 2023 01:08:03 +0530 Subject: chore: adds bin.js file + tsr alias --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 447cd75..b5c6613 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "repository": "https://github.com/phenax/ts-types-runtime-environment", "author": "Akshay Nair ", "license": "MIT", - "bin": "./dist/index.js", + "bin": { + "tsr": "./bin.js" + }, "scripts": { "build": "tsc", "postinstall": "yarn build", -- cgit v1.3.1