mirror of https://github.com/nodejs/corepack.git
add license & GitHub info to package.json (#31)
This commit is contained in:
parent
156b2a2ad5
commit
6f98edd922
|
|
@ -1,6 +1,15 @@
|
|||
{
|
||||
"name": "corepack",
|
||||
"version": "0.6.0",
|
||||
"homepage": "https://github.com/nodejs/corepack#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nodejs/corepack/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nodejs/corepack.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"corepack": "./dist/corepack.js",
|
||||
"pnpm": "./dist/pnpm.js",
|
||||
|
|
|
|||
Loading…
Reference in New Issue