Skip to content

Commit

Permalink
chore: npm error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 4, 2023
1 parent 4026ce8 commit 8212e14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "Compiles and stores base binaries for pkg",
"main": "lib-es5/index.js",
"license": "MIT",
"repository": "yao-pkg/pkg-fetch",
"repository": {
"type": "git",
"url": "git+https://github.com/yao-pkg/pkg-fetch.git"
},
"bin": {
"pkg-fetch": "lib-es5/bin.js"
},
Expand Down Expand Up @@ -114,5 +117,8 @@
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 8212e14

Please sign in to comment.