Skip to content

Commit 96d4b94

Browse files
committed
fix: update wrong package naming for aes
1 parent 51a56a4 commit 96d4b94

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/aes/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "ts-asn1",
2+
"name": "ts-aes",
33
"type": "module",
44
"version": "0.0.0",
5-
"description": "A ASN.1 library.",
5+
"description": "A AES library.",
66
"author": "Chris Breuer <chris@stacksjs.org> (https://github.com/chrisbbreuer)",
77
"license": "MIT",
88
"homepage": "https://github.com/stacksjs/ts-security#readme",
@@ -14,13 +14,11 @@
1414
"url": "https://github.com/stacksjs/ts-security/issues"
1515
},
1616
"keywords": [
17-
"asn1",
18-
"asn.1",
17+
"aes",
1918
"crypto",
2019
"cryptography",
2120
"bun",
2221
"stacks",
23-
"node-forge",
2422
"typescript",
2523
"javascript"
2624
],

0 commit comments

Comments
 (0)