Skip to content

Commit bd39f35

Browse files
committed
Cleaning up package.json husky/jest sections
1 parent 5e93bf5 commit bd39f35

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/react-pdf-js/package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,12 @@
3030
"build": "tsup src/index.tsx --dts --format esm,cjs",
3131
"lint": "eslint"
3232
},
33-
"husky": {
34-
"hooks": {
35-
"pre-commit": "npm run lint"
36-
}
37-
},
3833
"prettier": {
3934
"printWidth": 80,
4035
"semi": true,
4136
"singleQuote": true,
4237
"trailingComma": "es5"
4338
},
44-
"jest": {
45-
"setupFiles": [
46-
"jest-canvas-mock"
47-
]
48-
},
4939
"devDependencies": {
5040
"@testing-library/react": "15.0.7",
5141
"@types/jest": "29.5.12",

0 commit comments

Comments
 (0)