From 18c04d99be3aeaaac35530a7464804bc4426763b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Thu, 4 Oct 2018 09:36:28 +0200 Subject: [PATCH] chore: add alias to ec closes #42 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e97c8d2..0561b2c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "src/index.js", "bin": { - "editorconfig-checker": "./dist/index.js" + "editorconfig-checker": "./dist/index.js", + "ec": "./dist/index.js" }, "files": [ "LICENSE",