From c25fb4ece4f91386a1145603ff87cf300dea0419 Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 29 Sep 2022 12:44:11 +0200 Subject: [PATCH] Update package.json info. --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6086423..8f0cf17 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "@holllo/gram", - "description": "Opinionated component library using HTM & Preact.", - "license": "GPL-3.0-or-later", + "name": "@holllo/preact-components", + "description": "Holllo's Preact component library.", + "license": "AGPL-3.0-or-later", "version": "0.2.1", - "author": "Holllo ", + "author": "Holllo ", "repository": { "type": "git", - "url": "https://github.com/Holllo/gram" + "url": "https://git.bauke.xyz/Holllo/preact-components" }, "scripts": { "build": "tsc",