mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
chore: cleanup package.json
This commit is contained in:
parent
691b44ad47
commit
dade1fdab9
1 changed files with 0 additions and 10 deletions
10
package.json
10
package.json
|
|
@ -306,16 +306,6 @@
|
|||
"test-cjs": "rm -rf test/cjs && find test -type f -name '*.mjs' -print0 | xargs -0 npx esbuild --target=esnext --outdir=test/cjs --format=cjs",
|
||||
"test-webcrypto": "WEBCRYPTO=true npm test"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
||||
}
|
||||
},
|
||||
"commitlint": {
|
||||
"extends": [
|
||||
"@commitlint/config-conventional"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^14.14.9",
|
||||
"@typescript-eslint/eslint-plugin": "^4.9.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue