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 6591905
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"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": {
"qwik-speak-deepl": "./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

0 comments on commit 6591905

Please sign in to comment.