Skip to content

Commit

Permalink
Update realm package metadata. (#6197)
Browse files Browse the repository at this point in the history
* Update realm package metadata.

* Add 'mongodb' as keyword.

* Add additional keywords and separate words by spaces.
  • Loading branch information
elle-j authored Oct 17, 2023
1 parent fcbae25 commit 83783da
Showing 1 changed file with 10 additions and 2 deletions.
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",
"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",
"rocksdb",
"leveldb",
"realm"
"realm",
"mongodb",
"offline first",
"offlinefirst",
"localfirst",
"local first"
],
"author": {
"name": "MongoDB",
Expand Down

0 comments on commit 83783da

Please sign in to comment.