From cea4c9ac60dad8d36921b11f76f1ad53a69e31c8 Mon Sep 17 00:00:00 2001 From: Kobie Botha Date: Wed, 4 Oct 2023 21:32:27 -0600 Subject: [PATCH] Add keywords --- packages/powersync-sdk-react-native/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/powersync-sdk-react-native/package.json b/packages/powersync-sdk-react-native/package.json index 1b44b5fec..2b2f27419 100644 --- a/packages/powersync-sdk-react-native/package.json +++ b/packages/powersync-sdk-react-native/package.json @@ -43,5 +43,8 @@ "@types/async-lock": "^1.4.0", "react": "18.2.0", "typescript": "^4.1.3" - } + }, + "keywords": [ + "data sync", "offline-first", "sqlite", "real-time data stream", "live data" + ] }