Skip to content

Commit

Permalink
fix package.json indent
Browse files Browse the repository at this point in the history
  • Loading branch information
korywka committed Feb 6, 2023
1 parent 40ee44b commit ead2d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crypto-aes-gcm",
"version": "2.0.2",
"version": "2.0.3",
"description": "Uses the SubtleCrypto interface of the Web Cryptography API to encrypt and decrypt text using AES-GCM (AES Galois counter mode)",
"type": "module",
"exports": "./index.js",
Expand Down

0 comments on commit ead2d3d

Please sign in to comment.