mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-06 06:55:12 -04:00
refactor(shrinkwrap): update repo URLs
This commit is contained in:
@@ -15,10 +15,7 @@
|
||||
"tsc": "rimraf lib && tsc",
|
||||
"prepublishOnly": "npm run tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pnpm/pnpm-shrinkwrap.git"
|
||||
},
|
||||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/shrinkwrap",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"shrinkwrap",
|
||||
@@ -31,9 +28,9 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm-shrinkwrap/issues"
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm-shrinkwrap#readme",
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/shrinkwrap#readme",
|
||||
"peerDependencies": {
|
||||
"@pnpm/logger": ">=2.0.1 <3.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user