Skip to content

Commit f0bf044

Browse files
committed
Add keywords
1 parent a8cfc2c commit f0bf044

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nosqlax",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "NoSQLax is a lightweight JavaScript library designed to simplify and streamline CRUD operations with CouchDB. NoSQLax provides a unified and intuitive repository pattern to handle your data effortlessly.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -15,6 +15,15 @@
1515
"build": "tsc",
1616
"watch": "tsc --watch"
1717
},
18+
"keywords": [
19+
"couchdb",
20+
"orm",
21+
"nano",
22+
"repository-pattern",
23+
"schema",
24+
"ajv",
25+
"couchdb-helper"
26+
],
1827
"author": "Gregory Bliault",
1928
"license": "MIT",
2029
"repository": {

0 commit comments

Comments
 (0)