Skip to content

Commit

Permalink
Add a main field to eslint-plugin-react-compiler, fixes #29068. (#…
Browse files Browse the repository at this point in the history
…29072)

## Summary

The main field is missing, this fixes it.

Fixes #29068.

## How did you test this change?

Manually patched the package and tried it in my codebase.
  • Loading branch information
cpojer committed May 15, 2024
1 parent 71565a9 commit cfeb491
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "eslint-plugin-react-compiler",
"version": "0.0.0-experimental-e04a001-20240515",
"description": "ESLint plugin to display errors found by the React compiler.",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
"test": "tsc && jest"
Expand Down

0 comments on commit cfeb491

Please sign in to comment.