Skip to content

Commit beaf5c1

Browse files
committed
Remove react native field
1 parent f6b55d8 commit beaf5c1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/powersync-op-sqlite/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",
88
"types": "./lib/typescript/src/index.d.ts",
9-
"react-native": "./src/index",
109
"files": [
1110
"src",
1211
"lib",
@@ -33,9 +32,11 @@
3332
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib"
3433
},
3534
"keywords": [
36-
"react-native",
37-
"ios",
38-
"android"
35+
"data sync",
36+
"offline-first",
37+
"sqlite",
38+
"real-time data stream",
39+
"live data"
3940
],
4041
"repository": {
4142
"type": "git",

0 commit comments

Comments
 (0)