Skip to content

Commit

Permalink
spaces to tabs for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
korywka committed Feb 6, 2023
1 parent 06850f1 commit 40ee44b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "crypto-aes-gcm",
"version": "2.0.2",
"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",
"scripts": {
"test": "node tests/node.js"
},
"name": "crypto-aes-gcm",
"version": "2.0.2",
"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",
"scripts": {
"test": "node tests/node.js"
},
"files": ["index.js"],
"repository": "korywka/crypto-aes-gcm",
"license": "MIT"
"repository": "korywka/crypto-aes-gcm",
"license": "MIT"
}

0 comments on commit 40ee44b

Please sign in to comment.