Skip to content

Commit 3d6251d

Browse files
committed
Fix types [publish]
1 parent 47f25f0 commit 3d6251d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.18
4+
5+
ESM/CJS interop is the worth that happend to this ecosystem, this is all I have to say.
6+
37
## 0.4.17
48

59
- Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #75)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-refresh",
3-
"version": "0.4.17",
3+
"version": "0.4.18",
44
"type": "module",
55
"license": "MIT",
66
"scripts": {

src/types.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ declare const _default: {
1111
};
1212
};
1313

14-
export = { default: _default };
14+
export = _default;

0 commit comments

Comments
 (0)