Skip to content

Commit

Permalink
chore(expo): Fix web subpath exports
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Jul 2, 2024
1 parent 9066440 commit 508b47c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/expo/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"main": "./dist/web/index.js",
"source": "./src/web/index.js",
"react-native": "./src/web/index.ts",
"types": "dist/web/index.d.ts"
"main": "../dist/web/index.js",
"source": "../src/web/index.js",
"react-native": "../src/web/index.ts",
"types": "../dist/web/index.d.ts"
}

0 comments on commit 508b47c

Please sign in to comment.