From 7ae69bde4294791afeff5b1a1e7dac4a7d45831e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=BCttner?= Date: Sun, 26 May 2024 16:39:13 +0200 Subject: [PATCH] v1.3.0 --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 76f55f6..88ec2bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,10 @@ { - "name": "@idrinth/react-file-based-routes", - "version": "1.2.16", - "repository": "https://github.com/idrinth/react-file-based-routes", + "name": "@idrinth-api-bench/react-file-based-routes", + "version": "1.3.0", + "repository": "https://github.com/idrinth-api-bench/react-file-based-routes", + "bugs": { + "url": "https://github.com/idrinth-api-bench/issues" + }, "description": "A simple file based routing library, that does not force itself on you.", "license": "MIT", "type": "module",