Skip to content

Commit

Permalink
chore(package): fix following npm recommandation
Browse files Browse the repository at this point in the history
  • Loading branch information
anymaniax committed Jan 9, 2025
1 parent 4008c92 commit c78fbfd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/orval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"files": [
"dist"
],
"bin": "dist/bin/orval.js",
"bin": {
"orval": "dist/bin/orval.js"
},
"type": "commonjs",
"main": "dist/index.js",
"keywords": [
Expand Down Expand Up @@ -39,7 +41,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/orval-labs/orval"
"url": "git+https://github.com/orval-labs/orval.git"
},
"scripts": {
"build": "tsup ./src/bin/orval.ts ./src/index.ts --target node12 --clean --sourcemap --dts",
Expand Down

0 comments on commit c78fbfd

Please sign in to comment.