From 2f313c64725cec8ef9ca33bba03203264a5851e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramirez=20Vargas=2C=20Jos=C3=A9=20Pablo?= Date: Tue, 9 Sep 2025 01:32:56 -0600 Subject: [PATCH] chore: Add repository information --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/package.json b/package.json index 210463f..0e2118e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,19 @@ { "name": "@wjfe/n-savant", "version": "0.7.1", + "author": { + "name": "José Pablo Ramírez Vargas", + "email": "webJose@gmail.com" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/WJSoftware/wjfe-n-savant" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/WJSoftware/wjfe-n-savant/issues" + }, + "description": "The client-side router for Svelte v5 SPA's that invented multi hash routing.", "scripts": { "dev": "vite dev", "build": "vite build && npm run prepack",