chore: add missing `"repository"` field in package.json (#1619)
Allow user to run `npm repo vue-loader` and remove warn running `npm`.
Showing
| ... | @@ -19,6 +19,10 @@ | ... | @@ -19,6 +19,10 @@ |
| "url": "https://github.com/vuejs/vue-loader/issues" | "url": "https://github.com/vuejs/vue-loader/issues" | ||
| }, | }, | ||
| "homepage": "https://github.com/vuejs/vue-loader", | "homepage": "https://github.com/vuejs/vue-loader", | ||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/vuejs/vue-loader.git" | |||
| }, | |||
| "gitHooks": { | "gitHooks": { | ||
| "pre-commit": "lint-staged" | "pre-commit": "lint-staged" | ||
| }, | }, | ||
| ... | ... |
Please register or sign in to comment