Skip to content

Commit

Permalink
chore: cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Dec 6, 2020
1 parent 691b44a commit dade1fd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dade1fd

Please sign in to comment.