From 58be636fc499f67203ec5fa0997bf0b32f846f34 Mon Sep 17 00:00:00 2001 From: hikerpig Date: Wed, 11 Jul 2018 11:20:02 +0800 Subject: [PATCH] feat: add "bin" to package.json --- packages/cli/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/cli/package.json b/packages/cli/package.json index b45113b..2fdf9f9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -10,6 +10,9 @@ "parcel-vue-ts", "cli" ], + "bin": { + "parcel-vue-ts": "./index.js" + }, "scripts": { "init": "node index.js" },