mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 01:42:34 +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",
|
"version": "1.0.5",
|
||||||
"description": "GitHub Action to run Renovate self-hosted.",
|
"description": "GitHub Action to run Renovate self-hosted.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "dist/index.ts",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "concurrently npm:lint-es",
|
"lint": "concurrently npm:lint-es",
|
||||||
"lint:fix": "concurrently npm:lint-es:fix",
|
"lint:fix": "concurrently npm:lint-es:fix",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue