From f17634ea7c49eb6d59a42825b3c570a7f05bdfa9 Mon Sep 17 00:00:00 2001 From: Nicholas Ferrara Date: Wed, 27 Nov 2019 15:10:06 +0000 Subject: [PATCH] fix: corrected entry point --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f31cc18..bc3c8da 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dependamerge", "version": "1.0.0", "description": "Automatically merge Dependabot pull requests", - "main": "index.js", + "main": "src/index.js", "scripts": { "test": "jest" },