From 59e213ab8d0d4a0b56461fca4090fae772fe645e Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 19 Jun 2023 10:46:42 +0200 Subject: [PATCH] chore: refer directly to index.js file Doesn't matter for Node, but tools like `unpkg` and `runpkg` gets confused. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebe52791f..c8c8717d5 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "email": "hello@jkimbo.com", "url": "jkimbo.com" }, - "main": "lib/", + "main": "lib/index.js", "files": [ "docs/", "lib/"