aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
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 <phenax5@gmail.com>",
"license": "MIT",
- "bin": "./dist/index.js",
+ "bin": {
+ "tsr": "./bin.js"
+ },
"scripts": {
"build": "tsc",
"postinstall": "yarn build",