From 610d62413a4030a2477d6aef8c2c643639ba5253 Mon Sep 17 00:00:00 2001 From: Bruno Perez Date: Thu, 21 May 2026 14:02:02 +0200 Subject: [PATCH] chore: point package.json at renamed repo repository.url and bugs.url still referenced the old mnfst/modelparameters.dev path; update both to modelparams.dev. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d809213..ecc107b 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/mnfst/modelparameters.dev.git" + "url": "git+https://github.com/mnfst/modelparams.dev.git" }, "homepage": "https://modelparams.dev", "bugs": { - "url": "https://github.com/mnfst/modelparameters.dev/issues" + "url": "https://github.com/mnfst/modelparams.dev/issues" }, "engines": { "node": ">=20.0.0"