mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 01:12:35 +00:00
fix: correct package main to dist/indes.js
This commit is contained in:
parent
7e684da0fe
commit
23c4b5f227
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue