diff --git a/.gitignore b/.gitignore index 9473485..7a6e5ba 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ node_modules/ .vscode/ config.json coverage/ +.pnpm-store/ diff --git a/bin/ghouls b/bin/ghouls.js similarity index 100% rename from bin/ghouls rename to bin/ghouls.js diff --git a/package.json b/package.json index 8be11a3..fab14e1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prepare": "husky" }, "bin": { - "ghouls": "./bin/ghouls" + "ghouls": "bin/ghouls.js" }, "files": [ "bin", @@ -57,6 +57,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/ericanderson/ghouls.git" + "url": "git+https://github.com/ericanderson/ghouls.git" } }