From f5ebe1fc459337f82e30c8fbfc87653e048f8f8c Mon Sep 17 00:00:00 2001 From: Mok Date: Wed, 1 Dec 2021 21:49:37 +0800 Subject: [PATCH] Fixed invalid main path in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bc1c9e..253e802 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Jee Mok ", "description": "Reshape into a better npm audit for the community and encourage more people to include security audit into their process.", "license": "MIT", - "main": "lib/index.js", + "main": "index.js", "bin": { "better-npm-audit": "index.js" },