diff --git a/package.json b/package.json index 57625f878..bf497fb8d 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 de8de0708..db9aa8aa0 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",