From 4626a2a140b4fe0adc1445ff91912ab4a687e4da Mon Sep 17 00:00:00 2001 From: Fabrizio Ferrai Date: Sun, 3 Dec 2023 18:16:45 +0200 Subject: [PATCH] Apply 'npm pkg fix' --- npm/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/package.json b/npm/package.json index 575b073..7cde130 100644 --- a/npm/package.json +++ b/npm/package.json @@ -5,14 +5,14 @@ "homepage": "https://github.com/purescript/spago-legacy", "repository": { "type": "git", - "url": "https://github.com/purescript/spago-legacy.git" + "url": "git+https://github.com/purescript/spago-legacy.git" }, "scripts": { "postinstall": "node ./install.js" }, "author": "Justin Woo, Fabrizio Ferrai", "bin": { - "spago-legacy": "./spago-legacy" + "spago-legacy": "spago-legacy" }, "dependencies": { "make-fetch-happen": "^11.0.1",