Skip to content

Commit 6a41f92

Browse files
committed
fix: correct linting issues, add missing dependencies
1 parent 79b2283 commit 6a41f92

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

@commitlint/prompt/package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,17 @@
3737
},
3838
"devDependencies": {
3939
"@commitlint/utils": "^11.0.0",
40-
"@types/inquirer": "^6.5.0",
4140
"@commitlint/types": "^11.0.0",
42-
"commitizen": "4.2.2",
43-
"inquirer": "^6.5.2"
41+
"@commitlint/config-angular": "^11.0.0",
42+
"@types/inquirer": "^6.5.0",
43+
"commitizen": "4.2.2"
4444
},
4545
"dependencies": {
4646
"@commitlint/load": "^11.0.0",
4747
"@commitlint/types": "^11.0.0",
4848
"chalk": "^4.0.0",
49-
"lodash": "^4.17.19"
49+
"lodash": "^4.17.19",
50+
"inquirer": "^6.5.2"
5051
},
5152
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
5253
}

0 commit comments

Comments
 (0)