From ac2e6fb7e717307c88b3e4d1c2b86e02d09cce9c Mon Sep 17 00:00:00 2001 From: James Collins Date: Mon, 12 Jul 2021 18:19:24 +1200 Subject: [PATCH] fix: package main reference --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d5a676..7daa958 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "url": "https://github.com/ehn-digital-green-development/base45/blob/master/LICENSE-ASF-2.0.txt" } ], - "main": "lib/base45", + "main": "lib/base45-js", "engines": { "node": ">= 0.6.0" },