From 8085a415d8c9b46c127ee6704c1b7afe59c9cada Mon Sep 17 00:00:00 2001 From: LazoCoder Date: Sat, 2 Sep 2017 00:46:38 -0400 Subject: [PATCH] updated npm links after the folder reorganization the npm installation wasn't working correctly --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cc75521..fa6c814 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "pokemon-terminal", - "version": "1.0.2", + "version": "1.0.7", "description": "Pokemon terminal themes", "bin": { - "pokemon": "main.py" + "pokemon": "pokemon", + "ichooseyou": "pokemon" }, "scripts": {}, "repository": {