Skip to content

Commit

Permalink
fix bin mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
genox committed Jan 27, 2024
1 parent a74e47f commit d0b9d07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "Qwik Speak Deepl Translator",
"author": "Oliver Studer <[email protected]>",
"license": "MIT",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"main": "./dist/index.js",
"bin": "./dist/bin/qwik-speak-deepl.js",
"bin": "./dist/qwik-speak-deepl.js",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "vite",
"dev": "rollup -c -w",
"build": "rollup -c",
"watch": "rollup -c -w",
"up": "yarn upgrade-interactive",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ __metadata:
ts-command-line-args: "npm:^2.5.1"
typescript: "npm:^5.3.3"
bin:
qwik-speak-deepl: ./dist/bin/qwik-speak-deepl.js
qwik-speak-deepl: ./dist/qwik-speak-deepl.js
languageName: unknown
linkType: soft

Expand Down

0 comments on commit d0b9d07

Please sign in to comment.