From ac277edbdd7ea396c4577ff74b44b00cf70e385b Mon Sep 17 00:00:00 2001 From: gwhizoftv <94144702+gwhizoftv@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:42:56 -0700 Subject: [PATCH] Update package.json Build complains about (node:24) [DEP0128] DeprecationWarning: Invalid 'main' field in '/home/container/node_modules/node-getopt/package.json' of './lib'. Please either fix that or report it to the module author --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34c654e..db0425f 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "type" : "git", "url" : "https://github.com/jiangmiao/node-getopt" }, - "main" : "./lib", + "main" : "lib", "engines" : { "node": ">= 0.6.0" } }