From 7f6d63bc4319500ab2e6a9c71d0e6fa6c2c8a947 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 15 Mar 2025 20:25:53 -0400 Subject: [PATCH] chore(package): update metadata --- README.md | 2 +- package.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44368a4..66f97e6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![NPM Monthly Downloads](https://img.shields.io/npm/dm/%40lizardbyte%2Fshared-web?style=for-the-badge&logo=npm&label=npm%20downloads/m)](https://www.npmjs.com/package/@lizardbyte/shared-web) [![NPM Version](https://img.shields.io/npm/v/%40lizardbyte%2Fshared-web?style=for-the-badge&logo=npm&label=npm%20version)](https://www.npmjs.com/package/@lizardbyte/shared-web) [![GitHub Monthly Downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2FLizardByte%2Fshared-web%2Fshared-web.json&query=%24.downloads_month&label=github%20downloads/m&style=for-the-badge&logo=github%20actions)](https://github.com/LizardByte/Sunshine/pkgs/npm/shared-web) -[![GitHub Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2FLizardByte%2Fshared-web%2Fshared-web.json&query=%24.version%5B%3F(%40.latest%3D%3Dtrue)%5D.name&label=gh%20version&style=for-the-badge&logo=github%20actions)](https://github.com/LizardByte/Sunshine/pkgs/npm/shared-web) +[![GitHub Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2FLizardByte%2Fshared-web%2Fshared-web.json&query=%24.version%5B-1%3A%5D.name&label=gh%20version&style=for-the-badge&logo=github%20actions)](https://github.com/LizardByte/Sunshine/pkgs/npm/shared-web) Common web assets for use in LizardByte projects. diff --git a/package.json b/package.json index fe25f0d..f808ccd 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,17 @@ { "name": "@lizardbyte/shared-web", "repository": { + "type": "git", "url": "git+https://github.com/LizardByte/shared-web.git" }, "version": "0.0.0", "description": "Shared web assets for LizardByte projects", "license": "AGPL-3.0-only", + "funding": "https://app.lizardbyte.dev", + "homepage": "https://github.com/LizardByte/shared-web#readme", + "bugs": { + "url": "https://github.com/LizardByte/shared-web/issues" + }, "files": [ "dist/", "src/",