Skip to content

Commit

Permalink
fix(react-native): workaround to avoid metro warning in react-native
Browse files Browse the repository at this point in the history
fix pending, assumed temporary see react-native-community/cli#1168
  • Loading branch information
tobua committed Aug 31, 2021
1 parent b6a3262 commit 4645f51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,10 @@
},
"type": "module",
"main": "dist/index.js",
"exports": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"sideEffects": false,
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 4645f51

Please sign in to comment.