From e2864af1274f3fa58301089c4750b4409c30edf3 Mon Sep 17 00:00:00 2001 From: Don Date: Thu, 27 Jul 2017 18:48:37 -0400 Subject: [PATCH] fix installation bug --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4d9b18..71807c9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riko", "version": "3.5.2", "description": "Webpack Build System for React JS Projects (web & electron)", - "main": "./dist/index.js", + "main": "index.js", "preferGlobal": true, "bin": { "riko": "./dist/riko.js"