fix: correct package main to dist/indes.js

This commit is contained in:
Jeroen de Bruijn 2020-05-03 20:59:12 +02:00
parent 7e684da0fe
commit 23c4b5f227
No known key found for this signature in database
GPG key ID: 3A2677A1DF38FF9F

View file

@ -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",