Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
chore: add commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed May 6, 2021
1 parent 08b4a31 commit 707c4de
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 14 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ settings.json
# Misc
.github/
.husky/
commitlint.config.js
scripts/
docs/
scratch.md
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@
},
"homepage": "https://lucia.js.org",
"engines": {
"node": ">=6.4.0"
"node": ">=14.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-beep": "^0.2.0",
"@rollup/plugin-commonjs": "18.0.0",
Expand Down
Loading

0 comments on commit 707c4de

Please sign in to comment.