Skip to content

Commit 44ba021

Browse files
Update package.json to include the repository key (#1023)
1 parent 68cf89f commit 44ba021

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"pretest": "eslint .",
2424
"test": "jest --coverage && lerna exec npm test --scope inquirer"
2525
},
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/SBoudrias/Inquirer.js.git"
29+
},
2630
"husky": {
2731
"hooks": {
2832
"pre-commit": "lint-staged"

0 commit comments

Comments
 (0)