We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e0b49 commit ae6fb8dCopy full SHA for ae6fb8d
CHANGELOG.md
@@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6
7
## Unreleased
8
9
+## [7.37.1] - 2024.10.01
10
+
11
### Fixed
12
* [meta] do not npmignore `d.ts` files ([#3836][] @ljharb)
13
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "eslint-plugin-react",
3
- "version": "7.37.0",
+ "version": "7.37.1",
4
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
5
"description": "React specific linting rules for ESLint",
"main": "index.js",
+ "types": "index.d.ts",
"scripts": {
"clean-built-types": "rm -f $(find . -maxdepth 1 -type f -name '*.d.ts*') $(find lib -type f -name '*.d.ts*' ! -name 'types.d.ts')",
"prebuild-types": "npm run clean-built-types",
0 commit comments