From b75c1c69fb58dfe0029b4bf438f83297562fe822 Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:41:54 -0400 Subject: [PATCH] fix: export `findpath` via package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 994b7d4..4f3f1ef 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "git://github.com/nwjs/npm-installer.git" }, - "main": "index.js", + "main": "lib/findpath.mks", "bin": { "nw": "bin/nw" },