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 f6b55d8 commit beaf5c1Copy full SHA for beaf5c1
packages/powersync-op-sqlite/package.json
@@ -6,7 +6,6 @@
6
"main": "./lib/commonjs/index.js",
7
"module": "./lib/module/index.js",
8
"types": "./lib/typescript/src/index.d.ts",
9
- "react-native": "./src/index",
10
"files": [
11
"src",
12
"lib",
@@ -33,9 +32,11 @@
33
32
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib"
34
},
35
"keywords": [
36
- "react-native",
37
- "ios",
38
- "android"
+ "data sync",
+ "offline-first",
+ "sqlite",
+ "real-time data stream",
39
+ "live data"
40
],
41
"repository": {
42
"type": "git",
0 commit comments