Skip to content

Commit

Permalink
Update package.json to include the repository key (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftenhanceprovenance committed Jun 28, 2021
1 parent 68cf89f commit 44ba021
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 44ba021

Please sign in to comment.