diff --git a/package.json b/package.json index f840221..a97c475 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "check-source-formatting", "version": "1.1.6", "description": "Check the source formatting of HTML/JS/CSS", - "main": "index.js", + "main": "lib/cli.js", "bin": { "check_sf": "./bin/index.js" },