Skip to content

Commit

Permalink
fix: correct linting issues, add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Jan 12, 2021
1 parent 79b2283 commit 6a41f92
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions @commitlint/prompt/package.json
Expand Up @@ -37,16 +37,17 @@
},
"devDependencies": {
"@commitlint/utils": "^11.0.0",
"@types/inquirer": "^6.5.0",
"@commitlint/types": "^11.0.0",
"commitizen": "4.2.2",
"inquirer": "^6.5.2"
"@commitlint/config-angular": "^11.0.0",
"@types/inquirer": "^6.5.0",
"commitizen": "4.2.2"
},
"dependencies": {
"@commitlint/load": "^11.0.0",
"@commitlint/types": "^11.0.0",
"chalk": "^4.0.0",
"lodash": "^4.17.19"
"lodash": "^4.17.19",
"inquirer": "^6.5.2"
},
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
}

0 comments on commit 6a41f92

Please sign in to comment.