v1.1.1 re-add node.extend

This commit is contained in:
AJ ONeal 2018-08-16 19:57:56 -06:00
parent fb4d599b25
commit bf7a0ab7a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "certpem", "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) ", "description": "Read basic info (subject, altnames, expiresAt, issuedAt) from a cert.pem / x509 certificate (tls / ssl / https) ",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@ -39,9 +39,9 @@
"homepage": "https://git.coolaj86.com/coolaj86/cert-info.js", "homepage": "https://git.coolaj86.com/coolaj86/cert-info.js",
"dependencies": { "dependencies": {
"asn1js": "^1.2.12", "asn1js": "^1.2.12",
"node.extend": "^1.1.6",
"pkijs": "^1.3.27" "pkijs": "^1.3.27"
}, },
"trulyOptionalDependencies": { "trulyOptionalDependencies": {
"node.extend": "^1.1.6"
} }
} }