From 16fd73fa80b90ee0ec95a1060f7defd68ea611a1 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Sat, 16 Dec 2023 22:08:15 -0800 Subject: [PATCH] chore: normalize package.json files --- package.json | 2 +- packages/midnight-smoker/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 57625f87..bf497fb8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "8.0.0", "repository": { "type": "git", - "url": "https://github.com/boneskull/midnight-smoker" + "url": "git+https://github.com/boneskull/midnight-smoker.git" }, "homepage": "https://github.com/boneskull/midnight-smoker", "bugs": { diff --git a/packages/midnight-smoker/package.json b/packages/midnight-smoker/package.json index de8de070..db9aa8aa 100644 --- a/packages/midnight-smoker/package.json +++ b/packages/midnight-smoker/package.json @@ -4,7 +4,7 @@ "description": "Smoke test your package tarball (instead of failing miserably)", "repository": { "type": "git", - "url": "https://github.com/boneskull/midnight-smoker", + "url": "git+https://github.com/boneskull/midnight-smoker.git", "directory": "packages/midnight-smoker" }, "homepage": "https://boneskull.github.io/midnight-smoker", @@ -18,7 +18,7 @@ "npm": ">=8.6.0" }, "bin": { - "smoker": "./bin/smoker.js" + "smoker": "bin/smoker.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts",