Skip to content

Commit

Permalink
chore: fix npm pkg errors
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 4, 2023
1 parent 3e63d90 commit 60950fa
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": "Package your Node.js project into an executable",
"main": "lib-es5/index.js",
"license": "MIT",
"repository": "yao-pkg/pkg",
"repository": {
"type": "git",
"url": "git+https://github.com/yao-pkg/pkg.git"
},
"types": "lib-es5/index.d.ts",
"bin": {
"pkg": "lib-es5/bin.js"
Expand Down Expand Up @@ -133,5 +136,8 @@
},
"lint-staged": {
"*.{js,css,md,json}": "prettier --write"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 60950fa

Please sign in to comment.