diff --git a/package.json b/package.json index 97fbc9e60..be914dc3c 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,10 @@ "pretest": "eslint .", "test": "jest --coverage && lerna exec npm test --scope inquirer" }, + "repository": { + "type": "git", + "url": "https://github.com/SBoudrias/Inquirer.js.git" + }, "husky": { "hooks": { "pre-commit": "lint-staged"