Skip to content

Commit

Permalink
chore: fix commitlint esm error
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelauney committed Oct 21, 2022
1 parent 20f42d2 commit a80377b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit
npx npx --no-install commitlint --config commitlint.config.cjs --edit $1
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "string-validators",
"version": "2.0.0",
"description": "Little Javascript / Typescript library for validating format of string like email, url, password...",
"type": "module",
"main": "dist/string-validators.js",
"module": "dist/string-validators.mjs",
"typings": "dist/types/index.d.ts",
Expand Down

0 comments on commit a80377b

Please sign in to comment.