Skip to content

Commit

Permalink
Fix types [publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Jan 11, 2025
1 parent 47f25f0 commit 3d6251d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.18

ESM/CJS interop is the worth that happend to this ecosystem, this is all I have to say.

## 0.4.17

- Fix detection of local components to not generate warning on for variable inside JSX files that follow React component naming (fixes #75)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-refresh",
"version": "0.4.17",
"version": "0.4.18",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ declare const _default: {
};
};

export = { default: _default };
export = _default;

0 comments on commit 3d6251d

Please sign in to comment.