Skip to content

Commit

Permalink
chore: switch to type: module
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Nov 16, 2023
1 parent db5e116 commit e2c6b17
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

node scripts/verifyCommit.js "$1"
node scripts/verifyCommit.cjs "$1"
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"version": "1.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"docs": "npm -C docs run dev",
"docs:search": "npm -C docs run search",
"release": "node scripts/release",
"release": "node scripts/release.cjs",
"lint": "lint-staged",
"postinstall": "husky install",
"changelog": "node scripts/changelog"
"changelog": "node scripts/changelog.cjs"
},
"devDependencies": {
"@mussi/eslint-config": "^0.5.1",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e2c6b17

Please sign in to comment.