Skip to content

Commit

Permalink
fix: change bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Dec 11, 2024
1 parent 4ed77aa commit 74c7953
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azot",
"version": "0.7.1",
"version": "0.7.2",
"description": "Swiss Army knife for pentesting DRMs",
"type": "module",
"files": [
Expand All @@ -10,7 +10,7 @@
"main": "dist/lib/main.cjs",
"module": "dist/lib/main.js",
"bin": {
"azot": "dist/cli/main.js"
"azot": "dist/cli/main.cjs"
},
"scripts": {
"prepublishOnly": "npm run build:lib && npm run build:cli",
Expand Down

0 comments on commit 74c7953

Please sign in to comment.