From e17d86880f1a22f3d254ea6af12ff2418aff55df Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 7 Sep 2019 02:30:46 -0600 Subject: [PATCH] v1.8.5: change package.main to due to Win 10 cmd PATHEXT --- node.js => index.js | 0 package.json | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) rename node.js => index.js (100%) diff --git a/node.js b/index.js similarity index 100% rename from node.js rename to index.js diff --git a/package.json b/package.json index 6476374..98a07fc 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "acme-v2", - "version": "1.8.4", + "version": "1.8.5", "description": "A lightweight library for getting Free SSL certifications through Let's Encrypt, using the ACME protocol.", "homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js", - "main": "node.js", + "main": "index.js", "files": [ "compat.js", - "node.js", "lib", "scripts" ],