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
  • Loading branch information
cpojer committed May 15, 2024
1 parent 71565a9 commit ebcd015
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 ebcd015

Please sign in to comment.