We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c1ed5 commit f9e74fdCopy full SHA for f9e74fd
.gitattributes
@@ -1 +1 @@
1
-* text=auto eol=lf
+* text=auto eol=lf
.gitignore
@@ -2,4 +2,4 @@ cjs
2
esm
3
types
4
docs
5
-node_modules
+node_modules
package.json
@@ -1,7 +1,7 @@
{
"name": "crypchar",
"version": "1.0.0",
- "description": "Encryption and decryption of characters using arithmetic operations.",
+ "description": "Encryption and decryption of characters using arithmetic and bitwise operations.",
"main": "cjs/index.js",
6
"module": "esm/index.mjs",
7
"types": "types/index.d.ts",
0 commit comments