From: Chris Duncan Date: Mon, 7 Oct 2024 20:06:07 +0000 (-0700) Subject: Revert fix for repo URL. X-Git-Tag: v0.0.3~2 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=b53a5e954a2ee5c9832a6aafc690f0ea2c878a1d;p=libnemo.git Revert fix for repo URL. --- diff --git a/package.json b/package.json index 31a0c71..90a3427 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "browser": "dist/main.min.js", "repository": { "type": "git", - "url": "https://zoso.dev/libnemo.git" + "url": "git+https://zoso.dev/libnemo.git" }, "scripts": { "build": "rm -rf dist && tsc && esbuild dist/main.js --outfile=dist/main.min.js --target=es2022 --format=esm --platform=node --bundle --minify",