diff --git a/package.json b/package.json index ff0d0ff..45f0f58 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,17 @@ { "name": "crypchar", - "version": "1.1.0", + "version": "1.1.1", "description": "Encryption and decryption of characters using arithmetic and bitwise operations.", "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts", + "jsdelivr": "dist/index.min.js", "exports": { ".": { "types": "./types/index.d.ts", "import": "./esm/index.js", - "require": "./cjs/index.js" + "require": "./cjs/index.js", + "browser": "./dist/index.min.js" }, "./*": { "types": "./types/*.d.ts",