We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc164e commit 5c7cb32Copy full SHA for 5c7cb32
1 file changed
op-sqlite.podspec
@@ -14,7 +14,7 @@ parent_folder_name = File.basename(__dir__)
14
app_package = nil
15
# When installed on user node_modules lives inside node_modules/@op-engineering/op-sqlite
16
if is_user_app
17
- app_package = JSON.parse(File.read(File.expand_path("../../../../../package.json", __dir__)))
+ app_package = JSON.parse(File.read(File.join(__dir__, "..", "..", "..", "package.json")))
18
# When running on the example app
19
else
20
app_package = JSON.parse(File.read(File.join(__dir__, "example", "package.json")))
0 commit comments