Skip to content

Commit

Permalink
fix: commitlint package correction
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Termont <woutermont@gmail.com>
  • Loading branch information
woutermont committed Apr 25, 2021
1 parent b761c28 commit 92f1963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"commitlint": {
"extends": [ "./packages/commitlint-config/commitlint.config.js" ]
"extends": [ "./packages/commitlint-config" ]
},
"scripts": {
"release": "lerna version",
Expand All @@ -14,8 +14,6 @@
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@commitlint/config-lerna-scopes": "^12.1.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lerna": "^4.0.0",
Expand Down
File renamed without changes.

0 comments on commit 92f1963

Please sign in to comment.