Skip to content

Commit

Permalink
chore: upgrade commitlint and add config-lerna-scopes (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 authored and bradzacher committed Jan 21, 2020
1 parent 7641176 commit 0b5f6f5
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 196 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -44,16 +44,17 @@
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
"@commitlint/config-conventional",
"@commitlint/config-lerna-scopes"
]
},
"engines": {
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@commitlint/travis-cli": "^8.1.0",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/config-lerna-scopes": "^8.3.4",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.7",
"all-contributors-cli": "^6.11.0",
Expand Down

0 comments on commit 0b5f6f5

Please sign in to comment.