diff --git a/scully/package.json b/scully/package.json index 3473aca2b..8241cf4e1 100644 --- a/scully/package.json +++ b/scully/package.json @@ -9,7 +9,7 @@ "bin": { "scully": "./bin/scully.js" }, - "main": "index.js", + "main": "bin/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "tsc -p ./tsconfig.scully.json -w",