Skip to content

Commit

Permalink
chore!: rename to @root/cipher
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Apr 26, 2024
1 parent c6a1767 commit 84bd59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cipher",
"name": "@root/cipher",
"version": "0.1.0",
"description": "A simple AES-CBC 128-bit cipher",
"description": "A simple AES-CBC 128-bit cipher codec (for encrypting and decrypting)",
"main": "cipher.js",
"files": [
"cipher.js"
Expand Down

0 comments on commit 84bd59c

Please sign in to comment.