From e9f828fc11c306b3bc21da46395d270707dfd845 Mon Sep 17 00:00:00 2001 From: dessant Date: Tue, 29 May 2018 20:37:24 +0300 Subject: [PATCH] fix: set main module path --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cb179e7..7ecb1e8 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "Armin Sebastian", "license": "MIT", "repository": "https://github.com/dessant/support-requests", + "main": "src/index.js", "scripts": { "start": "probot run ./src/index.js", "watch": "nodemon --exec 'npm start'",