From 52f5d5f099677277849f43bed55d03e00f1c63f7 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 25 Jul 2018 20:58:55 +0200 Subject: [PATCH] fix(package): add bin --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 56709fd..f3d7a66 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "description": "TypeScript nightly to easily make use of latest features", "main": "dist/index.js", "typings": "dist/index.d.ts", + "bin": { + "tsbuild": "cli.js" + }, "scripts": { "test": "tsrun test/test.ts", "build": "node cli.ts.js"