From 5150f97c3980f05adf5d6d64083cb977f70bc320 Mon Sep 17 00:00:00 2001 From: "Marc H. Weiner" Date: Sun, 18 Aug 2024 22:42:05 -0400 Subject: [PATCH] build: clean up package.jsong --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a34fa40..2db9c65 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "main": "./dist/index.js", "bin": { - "hoare": "./bin/cli.js" + "hoare": "bin/cli.js" }, "types": "dist/index.d.ts", "files": [ @@ -18,7 +18,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/mhweiner/hoare.git" + "url": "git+https://github.com/mhweiner/hoare.git" }, "scripts": { "prepare": "npm run build",