File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66
77## Unreleased
88
9+ ## [ 7.37.1] - 2024.10.01
10+
911### Fixed
1012* [ meta] do not npmignore ` d.ts ` files ([ #3836 ] [ ] @ljharb )
1113
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.37.0 " ,
3+ "version" : " 7.37.1 " ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
7+ "types" : " index.d.ts" ,
78 "scripts" : {
89 "clean-built-types" : " rm -f $(find . -maxdepth 1 -type f -name '*.d.ts*') $(find lib -type f -name '*.d.ts*' ! -name 'types.d.ts')" ,
910 "prebuild-types" : " npm run clean-built-types" ,
You can’t perform that action at this time.
0 commit comments