diff --git a/package.json b/package.json index 598aa5e..19bab35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "certpem", - "version": "1.1.0", + "version": "1.1.1", "description": "Read basic info (subject, altnames, expiresAt, issuedAt) from a cert.pem / x509 certificate (tls / ssl / https) ", "main": "index.js", "bin": { @@ -39,9 +39,9 @@ "homepage": "https://git.coolaj86.com/coolaj86/cert-info.js", "dependencies": { "asn1js": "^1.2.12", + "node.extend": "^1.1.6", "pkijs": "^1.3.27" }, "trulyOptionalDependencies": { - "node.extend": "^1.1.6" } }