Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update realm package metadata. #6197

Merged
merged 3 commits into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions packages/realm/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
{
"name": "realm",
"version": "12.2.1",
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
"description": "Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores",
elle-j marked this conversation as resolved.
Show resolved Hide resolved
"license": "apache-2.0",
"homepage": "https://www.mongodb.com/docs/realm/",
"keywords": [
"database",
"db",
"storage",
"react",
"react-native",
"persistence",
"local storage",
"localstorage",
"sqlite",
"async storage",
"asyncstorage",
elle-j marked this conversation as resolved.
Show resolved Hide resolved
"rocksdb",
"leveldb",
"realm"
"realm",
"mongodb",
"offline first",
"offlinefirst",
"localfirst",
"local first"
],
"author": {
"name": "MongoDB",
Expand Down
Loading