Skip to content

Commit

Permalink
Add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpogi5 committed Aug 23, 2020
1 parent 597251d commit fff8e0d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kdcsoftware/ddb",
"version": "0.1.0",
"description": "Simple DynamoDB ODM",
"description": "Lightweight DynamoDB ODM",
"main": "lib/index.js",
"scripts": {
"build:commonjs": "babel src --out-dir lib",
Expand All @@ -13,7 +13,14 @@
"coverage": "jest --coverage",
"bundle": "parcel build src/index.js"
},
"keywords": [],
"keywords": [
"kdc",
"software",
"dynamodb",
"odm",
"object",
"modeling"
],
"author": {
"name": "Ian Dela Cruz",
"email": "[email protected]"
Expand Down

0 comments on commit fff8e0d

Please sign in to comment.