Skip to content

Commit 96f4a2a

Browse files
committed
fix: for now allow any typeorm version
WARNING: 0.2.29+ will require ios v8 runtime (because of regexp needs)
1 parent c983906 commit 96f4a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"repository": "TestJG/nativescript-akylas-sqlite",
4242
"dependencies": {
4343
"@nano-sql/core": "^2.3.7",
44-
"@nativescript-community/typeorm": "^0.2.28-4",
44+
"@nativescript-community/typeorm": "*",
4545
"@nativescript/hook": "~2.0.0"
4646
}
4747
}

0 commit comments

Comments
 (0)