mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
refactor: update links in package.json files
fix links in package.json of @pnpm/link-bins and @pnpm/package-bins
This commit is contained in:
@@ -17,10 +17,7 @@
|
||||
"prepublishOnly": "pnpm run tsc",
|
||||
"fix": "tslint -c tslint.json --project . --fix"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pnpm/link-bins.git"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"bin"
|
||||
@@ -28,9 +25,9 @@
|
||||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/link-bins/issues"
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/link-bins#readme",
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins#readme",
|
||||
"dependencies": {
|
||||
"@pnpm/package-bins": "workspace:4.0.1",
|
||||
"@pnpm/read-importer-manifest": "workspace:2.0.1",
|
||||
|
||||
@@ -17,10 +17,7 @@
|
||||
"prepublishOnly": "pnpm run tsc",
|
||||
"fix": "tslint -c tslint.json --project . --fix"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pnpm/package-bins.git"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/package-bins",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"bins"
|
||||
@@ -28,9 +25,9 @@
|
||||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/package-bins/issues"
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/package-bins#readme",
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/package-bins#readme",
|
||||
"dependencies": {
|
||||
"@pnpm/types": "workspace:4.0.0",
|
||||
"graceful-fs": "4.2.3",
|
||||
|
||||
Reference in New Issue
Block a user