diff --git a/package-lock.json b/package-lock.json index 83aacb0..02cd433 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@root/keypairs", - "version": "0.10.1", + "version": "0.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d5c8110..f43f99a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@root/keypairs", - "version": "0.10.1", + "version": "0.10.2", "description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers", "main": "keypairs.js", "browser": { @@ -12,12 +12,26 @@ "scripts": { "test": "node tests" }, - "files": ["*.js", "bin", "lib", "dist"], + "files": [ + "*.js", + "bin", + "lib", + "dist" + ], "repository": { "type": "git", "url": "https://github.com/therootcompany/keypairs.js.git" }, - "keywords": ["ASN.1", "DER", "PEM", "x509", "RSA", "EC", "ECDSA", "asn1"], + "keywords": [ + "ASN.1", + "DER", + "PEM", + "x509", + "RSA", + "EC", + "ECDSA", + "asn1" + ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "dependencies": {