Skip to content

Commit f937f2c

Browse files
ragonaseebees
authored andcommitted
docs: Add keywords field to package.json (#226)
Adding keywords to improve searchability in the npm repo.
1 parent 65fc53b commit f937f2c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

modules/client-browser/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@aws-crypto/client-browser",
3+
"keywords": ["cryptography", "crypto", "encryption", "envelope encryption", "client side encryption", "CSE", "aws"],
34
"version": "1.0.0",
45
"scripts": {
56
"build": "tsc -b tsconfig.json",

modules/client-node/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@aws-crypto/client-node",
3+
"keywords": ["cryptography", "crypto", "encryption", "envelope encryption", "client side encryption", "CSE", "aws"],
34
"version": "1.0.0",
45
"scripts": {
56
"build": "tsc -b tsconfig.json",

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"version": "0.0.1",
55
"description": "AWS Encryption SDK for JavaScript",
6+
"keywords": ["cryptography", "crypto", "encryption", "envelope encryption", "client side encryption", "CSE", "aws"],
67
"main": "index.js",
78
"scripts": {
89
"bootstrap": "./util/bootstrap_tsconfig && lerna bootstrap",

0 commit comments

Comments
 (0)