Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed Apr 23, 2023
1 parent 56b2748 commit 27fb287
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dencodeme",
"version": "1.0.3",
"version": "1.0.4",
"description": "Encode/Decode data using various encoding schemes.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -47,5 +47,23 @@
"tsup": "^6.7.0",
"typedoc": "^0.24.4",
"typescript": "^5.0.4"
}
},
"keywords": [
"dencodeme",
"encodeme",
"decodeme",
"encode",
"decode",
"base64",
"base32",
"base16",
"base10",
"base8",
"base2",
"hex",
"binary",
"decimal",
"octal",
"cli"
]
}

0 comments on commit 27fb287

Please sign in to comment.