Skip to content

Commit 5c7cb32

Browse files
committed
Revert "Merge pull request #257 from bviebahn/main"
This reverts commit 89e77d5, reversing changes made to 1dfef44.
1 parent 3cc164e commit 5c7cb32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

op-sqlite.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parent_folder_name = File.basename(__dir__)
1414
app_package = nil
1515
# When installed on user node_modules lives inside node_modules/@op-engineering/op-sqlite
1616
if is_user_app
17-
app_package = JSON.parse(File.read(File.expand_path("../../../../../package.json", __dir__)))
17+
app_package = JSON.parse(File.read(File.join(__dir__, "..", "..", "..", "package.json")))
1818
# When running on the example app
1919
else
2020
app_package = JSON.parse(File.read(File.join(__dir__, "example", "package.json")))

0 commit comments

Comments
 (0)