From db1afc8210af0c41425bf7a8d447e33a8c1a1110 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 16 Aug 2016 12:11:39 -0600 Subject: [PATCH] fix package name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ebda95..0f9ed99 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "letsencrypt-encrypt", + "name": "letsencrypt-express", "version": "2.0.1", "description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.", "main": "lex.js",