Skip to content

Commit e10a5cd

Browse files
committed
updated keywords
1 parent 0c1937b commit e10a5cd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-rsa",
3-
"version": "0.1.31",
3+
"version": "0.1.32",
44
"description": "Node.js RSA library",
55
"main": "src/NodeRSA.js",
66
"scripts": {
@@ -11,8 +11,12 @@
1111
"url": "https://github.com/rzcoder/node-rsa.git"
1212
},
1313
"keywords": [
14-
"node.js",
15-
"rsa"
14+
"node",
15+
"rsa",
16+
"crypto",
17+
"assymetric",
18+
"encryption",
19+
"decryption"
1620
],
1721
"author": "rzcoder",
1822
"license": "BSD",

0 commit comments

Comments
 (0)