refactor(shrinkwrap): update repo URLs

This commit is contained in:
Zoltan Kochan
2018-09-12 22:38:15 +03:00
parent 4503341cd3
commit fe36f30117

View File

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