From 4370565b8b487ae8793cc66e3be8d5f1c2f13ef5 Mon Sep 17 00:00:00 2001 From: David Huggins-Daines Date: Mon, 19 Feb 2024 16:18:54 -0500 Subject: [PATCH] docs: add stuff to package.json --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b0d550c..e619462 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,22 @@ { "name": "zonalda", - "version": "0.0.1", + "version": "0.0.2", + "description": "ZOnage AdéLois Démontré aux Adélois.e.s", "scripts": { "start": "vite", "build": "vite build", "serve": "vite preview" }, + "repository": { + "type": "git", + "url": "git+https://github.com/dhdaines/zonalda.git" + }, + "author": "David Huggins-Daines ", + "license": "MIT", + "bugs": { + "url": "https://github.com/dhdaines/zonalda/issues" + }, + "homepage": "https://github.com/dhdaines/zonalda#readme", "devDependencies": { "typescript": "^5.3.3", "vite": "^5.0.12"