Skip to content

Commit f9e74fd

Browse files
committed
1.0.0
1 parent f1c1ed5 commit f9e74fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* text=auto eol=lf
1+
* text=auto eol=lf

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ cjs
22
esm
33
types
44
docs
5-
node_modules
5+
node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "crypchar",
33
"version": "1.0.0",
4-
"description": "Encryption and decryption of characters using arithmetic operations.",
4+
"description": "Encryption and decryption of characters using arithmetic and bitwise operations.",
55
"main": "cjs/index.js",
66
"module": "esm/index.mjs",
77
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)