Skip to content

Commit ebcd015

Browse files
committed
Add a main field to eslint-plugin-react-compiler, fixes #29068.
1 parent 71565a9 commit ebcd015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/packages/eslint-plugin-react-compiler/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "eslint-plugin-react-compiler",
33
"version": "0.0.0-experimental-e04a001-20240515",
44
"description": "ESLint plugin to display errors found by the React compiler.",
5+
"main": "dist/index.js",
56
"scripts": {
67
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
78
"test": "tsc && jest"

0 commit comments

Comments
 (0)