From d89e0a13d520d960ece68eb208d01fc4fe610f22 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 22 May 2019 16:52:38 +0200 Subject: [PATCH] fix(core): update --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8a0e646..8e445cb 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", + "bin": { + "tswatch": "cli.js" + }, "scripts": { "test": "(tstest test/)", "build": "(tsbuild)",