diff --git a/.gitattributes b/.gitattributes index 94f480d..6313b56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=auto eol=lf \ No newline at end of file +* text=auto eol=lf diff --git a/.gitignore b/.gitignore index 706bdbe..d6f0fc4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ cjs esm types docs -node_modules \ No newline at end of file +node_modules diff --git a/package.json b/package.json index a7c282c..e338aad 100644 --- a/package.json +++ b/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", "module": "esm/index.mjs", "types": "types/index.d.ts",