Skip to content

Commit 9378d24

Browse files
authored
fix: exports for react native (#841)
1 parent 8a51522 commit 9378d24

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/quick-elephants-punch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-eslint/eslint-plugin': patch
3+
---
4+
5+
Fix exports in package.json for react-native projects

packages/plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"main": "dist/index.js",
99
"module": "dist/index.mjs",
1010
"exports": {
11+
"./package.json": "./package.json",
1112
".": {
1213
"require": "./dist/index.js",
1314
"import": "./dist/index.mjs"

0 commit comments

Comments
 (0)