Skip to content

Commit

Permalink
chore: apply npm pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 26, 2024
1 parent 832cda3 commit afd189e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "module",
"description": "The missing `yarn audit fix`",
"bin": {
"yarn-audit-fix": "./target/esm/cli.mjs"
"yarn-audit-fix": "target/esm/cli.mjs"
},
"main": "./target/esm/index.mjs",
"exports": {
Expand Down Expand Up @@ -109,6 +109,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/antongolub/yarn-audit-fix.git"
"url": "git+https://github.com/antongolub/yarn-audit-fix.git"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5669,7 +5669,7 @@ typedoc@^0.26.6:
[email protected]:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
integrity "sha1-XzRJ4xydlP67F94DzAgd1W2B21s= sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw=="

uc.micro@^2.0.0, uc.micro@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit afd189e

Please sign in to comment.