Skip to content

Commit 2a25ace

Browse files
committed
add keywords
1 parent 951ebd5 commit 2a25ace

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dynamodb-toolbox",
33
"version": "1.0.0-beta",
4-
"description": "",
4+
"description": "A simple set of tools for working with Amazon DynamoDB and the DocumentClient.",
55
"author": "Jeremy Daly <jeremy@jeremydaly.com>",
66
"main": "index.js",
77
"scripts": {
@@ -17,6 +17,12 @@
1717
"type": "git",
1818
"url": "git+https://github.com/jeremydaly/dynamodb-toolbox.git"
1919
},
20+
"keywords": [
21+
"serverless",
22+
"aws",
23+
"dynamodb",
24+
"nosql"
25+
],
2026
"bugs": {
2127
"url": "https://github.com/jeremydaly/dynamodb-toolbox/issues"
2228
},

0 commit comments

Comments
 (0)