Compare commits

...

5 Commits
0.2.2 ... main

Author SHA1 Message Date
Bauke 998fa08fad
Remove the registry setup section. 2024-01-25 12:42:05 +01:00
Bauke 5cdb02bc80
Version 0.2.3! 2022-10-03 18:16:50 +02:00
Bauke c3a9013c23
Fix main and types entry names. 2022-10-03 18:16:21 +02:00
Bauke e901bd6019
Move emoji between words. 2022-09-29 14:16:04 +02:00
Bauke c02a5740ae
Add Registry Setup section. 2022-09-29 13:08:29 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Preact Components 🧵
# Preact 🧵 Components
> **Holllo's Preact component library.**

View File

@ -2,7 +2,7 @@
"name": "@holllo/preact-components",
"description": "Holllo's Preact component library.",
"license": "AGPL-3.0-or-later",
"version": "0.2.2",
"version": "0.2.3",
"author": "Holllo <helllo@holllo.org>",
"repository": {
"type": "git",
@ -30,8 +30,8 @@
"preact": "10.x"
},
"type": "module",
"main": "build/source/gram.js",
"types": "build/source/gram.d.ts",
"main": "build/source/index.js",
"types": "build/source/index.d.ts",
"files": [
"build/source/",
"package.json",