Skip to content

Commit

Permalink
fix: file doesn't exist (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiChen404 committed Feb 5, 2023
1 parent 6cd578d commit 3940a87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
},
"browser": {
"./index.js": "./index.browser.js",
"./async/index.js": "./async/index.browser.js",
"./async/index.cjs": "./async/index.browser.cjs"
"./async/index.js": "./async/index.browser.js"
},
"react-native": {
"./async/index.js": "./async/index.native.js"
Expand Down

0 comments on commit 3940a87

Please sign in to comment.