From fa02e29cca75838291224db1c8b4bdaa649ed12c Mon Sep 17 00:00:00 2001 From: Matteo Hertel Date: Fri, 30 Mar 2018 14:50:18 +0100 Subject: [PATCH] fix(name): fix package name for terminal use --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c24172..d4b0d5d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "terminal-parrot", "version": "0.0.0", "bin": { - "terminal-parro": "index.js", + "terminal-parrot": "index.js", "terminalparrot": "index.js" }, "description": "",