Update package.json info.

This commit is contained in:
Bauke 2022-09-29 12:44:11 +02:00
parent 1080648ead
commit c25fb4ece4
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "@holllo/gram", "name": "@holllo/preact-components",
"description": "Opinionated component library using HTM & Preact.", "description": "Holllo's Preact component library.",
"license": "GPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"version": "0.2.1", "version": "0.2.1",
"author": "Holllo <helllo@holllo.cc>", "author": "Holllo <helllo@holllo.org>",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Holllo/gram" "url": "https://git.bauke.xyz/Holllo/preact-components"
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",