From b53a5e954a2ee5c9832a6aafc690f0ea2c878a1d Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Mon, 7 Oct 2024 13:06:07 -0700 Subject: [PATCH] Revert fix for repo URL. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.34.1