diff --git a/package.json b/package.json index e271737..e071175 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" } } diff --git a/yarn.lock b/yarn.lock index e63888e..c4162fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5669,7 +5669,7 @@ typedoc@^0.26.6: typescript@5.6.3: 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"