From 40ee44b3dd5dbf6dd8744f9d5af237f97a966d30 Mon Sep 17 00:00:00 2001 From: korywka Date: Mon, 6 Feb 2023 23:40:13 +0100 Subject: [PATCH] spaces to tabs for package.json --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c010a6a..6c5bdb7 100644 --- a/package.json +++ b/package.json @@ -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" }