From 11442d1f60b48cdfd288bb190abdbc11c9c64778 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 1 Nov 2019 14:34:30 -0600 Subject: [PATCH] fix --- package.json | 2 +- publish.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a55145e..b1dfd4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@root/greenlock-express", - "version": "3.0.10", + "version": "3.0.11", "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.", "main": "greenlock-express.js", "homepage": "https://greenlock.domains", diff --git a/publish.sh b/publish.sh index ed9c976..90413b8 100644 --- a/publish.sh +++ b/publish.sh @@ -10,7 +10,7 @@ git pull origin master git checkout npm git checkout master -- package.json git checkout master -- README.md -sed -i '' -e 's|"name": ".root.greenlock"|"name": "greenlock"|' package.json +sed -i '' -e 's|"name": ".root.greenlock-express"|"name": "greenlock-express"|' package.json npm install --save @root/greenlock-express@latest git add package* README.md || true git commit -m "bump" || true