Skip to content

Commit 38d67fe

Browse files
committed
style(package): updates keywords
1 parent 49de827 commit 38d67fe

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-cipher",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Simple string encryption and decryption functions",
55
"main": "./dist/index.js",
66
"repository": {
@@ -14,10 +14,12 @@
1414
"build": "webpack --config ./webpack.config.js"
1515
},
1616
"keywords": [
17-
"encrypt",
18-
"encryption",
17+
"cipher",
18+
"decipher",
1919
"decrypt",
2020
"decryption",
21+
"encrypt",
22+
"encryption",
2123
"aes-256-gcm",
2224
"aes-192-gcm",
2325
"aes-128.gcm"

0 commit comments

Comments
 (0)