From 23c4b5f22765aa4bab6863376ce84adeaee8f59c Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn Date: Sun, 3 May 2020 20:59:12 +0200 Subject: [PATCH] fix: correct package main to dist/indes.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee3214d2..7183f0c5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, - "main": "dist/index.ts", + "main": "dist/index.js", "scripts": { "lint": "concurrently npm:lint-es", "lint:fix": "concurrently npm:lint-es:fix",