From b7cf4b65c09515a55738318e7dbb2438ff7e3e84 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Wed, 24 Jan 2024 15:41:22 +0200 Subject: [PATCH] fix package.json "main" field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd9350a..5939e79 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "git@github.com:staltz/ppppp-net.git" }, - "main": "index.js", + "main": "lib/index.js", "files": [ "*.js", "lib/*.js",