Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Jul 17, 2024
1 parent b054c9b commit 906c729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0-semantic-release",
"type": "commonjs",
"bin": {
"renovate": "dist/renovate.js",
"renovate-config-validator": "dist/config-validator.js"
"renovate": "dist/lib/renovate.js",
"renovate-config-validator": "dist/lib/config-validator.js"
},
"scripts": {
"build": "run-s clean 'generate:*' 'compile:*' create-json-schema",
Expand Down

0 comments on commit 906c729

Please sign in to comment.