Skip to content

Commit

Permalink
[meta] do not npmignore d.ts files
Browse files Browse the repository at this point in the history
Fixes #3836
  • Loading branch information
ljharb committed Oct 1, 2024
1 parent 1f95a24 commit 63e0b49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange

## Unreleased

### Fixed
* [meta] do not npmignore `d.ts` files ([#3836][] @ljharb)

### Changed
* [readme] Fix shared settings link ([#3834][] @MgenGlder)

[#3836]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3836
[#3834]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3834

## [7.37.0] - 2024.09.26
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@
"tsconfig.json",
"build.tsconfig.json",
".markdownlint*",
"types"
"types",
"!*.d.ts",
"!*.d.ts.map"
]
}
}

0 comments on commit 63e0b49

Please sign in to comment.