Skip to content

Commit

Permalink
fix(lib-storage): repair package.json runtimeConfig path (#3352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fzlw committed Jun 16, 2022
1 parent 7730e25 commit 76ac9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lib-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
}
},
"browser": {
"./runtimeConfig": "./src/runtimeConfig.browser",
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser",
"fs": false,
"stream": "stream-browserify"
},
"react-native": {
"./runtimeConfig": "./src/runtimeConfig.native"
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
},
"files": [
"dist-*"
Expand Down

0 comments on commit 76ac9db

Please sign in to comment.