Skip to content

Commit

Permalink
fix: react-native/metro bundler ignored warning of subpath package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
numandev1 committed Nov 25, 2021
1 parent e7b6412 commit 080a52c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -18,7 +18,13 @@
},
"type": "module",
"bin": "./bin/lint-staged.js",
"exports": "./lib/index.js",
"exports": {
".": {
"require": "./lib/index.js",
"import": "./lib/index.js"
},
"./package.json": "./package.json"
},
"files": [
"bin",
"lib"
Expand Down

0 comments on commit 080a52c

Please sign in to comment.