Compare commits

...

1 Commits

Author SHA1 Message Date
AJ ONeal 31c1f87f93 v2.1.7: make bluebird truly optional 2019-03-30 13:14:28 -06:00
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{ {
"name": "le-sni-auto", "name": "le-sni-auto",
"version": "2.1.6", "version": "2.1.7",
"description": "An auto-sni strategy for registering and renewing letsencrypt certificates using SNICallback", "description": "An auto-sni strategy for registering and renewing letsencrypt certificates using SNICallback",
"homepage": "https://git.coolaj86.com/coolaj86/le-sni-auto.js", "homepage": "https://git.coolaj86.com/coolaj86/le-sni-auto.js",
"main": "index.js", "main": "index.js",
"dependencies": { "trulyOptionalDependencies": {
"bluebird": "^3.5.1" "bluebird": "^3.5.1"
}, },
"devDependencies": {}, "devDependencies": {},
@ -13,7 +13,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://git.coolaj86.com/coolaj86/le-sni-auto.js.git" "url": "https://git.coolaj86.com/coolaj86/le-sni-auto.js.git"
}, },
"keywords": [ "keywords": [
"le-sni", "le-sni",