Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed May 2, 2023
1 parent 3812205 commit 78ec864
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 78ec864

Please sign in to comment.