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:
Zoltan Kochan
2019-12-31 03:50:51 +02:00
parent 63ca636c99
commit d4024eb099
2 changed files with 6 additions and 12 deletions

View File

@@ -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",

View File

@@ -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",