Skip to content

Commit

Permalink
Remove pointless ignore (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Aug 31, 2023
1 parent 5fa8640 commit 42ee95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"build:esm+types": "tsc --project tsconfig.json --module ES2015 --verbatimModuleSyntax --outDir ./dist/esm --declaration --declarationDir ./dist/types && echo >./dist/esm/package.json '{\"type\":\"module\", \"sideEffects\":false}'",
"format": "prettier --write --ignore-unknown '.' '!dist'",
"lint": "eslint --max-warnings 0 .",
"license-header": "license-header --ignore 'dist/**'"
"license-header": "license-header"
},
"peerDependencies": {
"jest-environment-jsdom": "^29.5.0"
Expand Down

0 comments on commit 42ee95a

Please sign in to comment.