Skip to content

Commit

Permalink
fix: fix bin
Browse files Browse the repository at this point in the history
fixes #472
  • Loading branch information
christophehurpeau committed Mar 13, 2023
1 parent ae6b0f9 commit 80900d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"sideEffects": false,
"bin": "./bin/check-package-dependencies.js",
"bin": "./bin/check-package-dependencies.mjs",
"scripts": {
"build": "yarn clean:build && rollup --config rollup.config.mjs && yarn run build:definitions",
"build:definitions": "tsc -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@ __metadata:
typedoc: 0.23.25
typescript: 4.9.5
bin:
check-package-dependencies: ./bin/check-package-dependencies.js
check-package-dependencies: ./bin/check-package-dependencies.mjs
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 80900d3

Please sign in to comment.