From adb14bdb074420d9f8511ca4d23c52e68ca69fc7 Mon Sep 17 00:00:00 2001 From: OrangeNote Date: Sat, 10 Feb 2018 15:57:39 +0100 Subject: [PATCH] dist builder fixes --- .gitignore | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 92bf19a..28eaa66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules/ dist/ colors.txt +yarn-error.log resources/ logs/ \ No newline at end of file diff --git a/package.json b/package.json index c233ce5..e552366 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "productName": "RuneBook", "version": "1.0.0", "description": "An automatic rune pages manager for League of Legends", + "main" : "./src/main.js", "license": "MIT", "repository": "", "author": {