From 04faf559ea1326936e137c2783894b2792cfa9af Mon Sep 17 00:00:00 2001 From: ido Date: Tue, 21 Nov 2023 21:23:59 +0200 Subject: [PATCH] fix: packages astro keywords --- packages/context/package.json | 3 ++- packages/express-endpoints/package.json | 3 ++- packages/formidable/package.json | 5 +++-- packages/forms/package.json | 3 ++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/packages/context/package.json b/packages/context/package.json index 0e88167..d792042 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,7 +1,7 @@ { "name": "@astro-utils/context", "version": "0.0.1", - "description": "Context props for astro.js", + "description": "React like Context for astro.js", "type": "module", "scripts": { "build": "rm -r dist; tsc", @@ -12,6 +12,7 @@ "props", "react", "context", + "withastro", "jsx" ], "homepage": "https://withastro-utils.github.io/docs/", diff --git a/packages/express-endpoints/package.json b/packages/express-endpoints/package.json index c90cc0e..7c48f26 100644 --- a/packages/express-endpoints/package.json +++ b/packages/express-endpoints/package.json @@ -24,7 +24,8 @@ "restful", "http", "api", - "endpoints" + "endpoints", + "withastro" ], "homepage": "https://withastro-utils.github.io/docs/", "author": "Ido S.", diff --git a/packages/formidable/package.json b/packages/formidable/package.json index 92913c3..6e15701 100644 --- a/packages/formidable/package.json +++ b/packages/formidable/package.json @@ -2,7 +2,7 @@ "name": "@astro-utils/formidable", "version": "0.0.1", "type": "module", - "description": "", + "description": "A wrapper for formidable to use with Astro", "main": "./dist/index.js", "exports": { ".": "./dist/index.js" @@ -20,7 +20,8 @@ "astro", "forms", "formidable", - "request" + "request", + "withastro" ], "homepage": "https://withastro-utils.github.io/docs/", "author": "Ido S.", diff --git a/packages/forms/package.json b/packages/forms/package.json index 8b99828..12f0dbd 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -1,7 +1,7 @@ { "name": "@astro-utils/forms", "version": "0.0.1", - "description": "ASPX like web forms for astro.js", + "description": "ASPX like web forms hooks for Astro (server + client validation)", "type": "module", "scripts": { "build": "rm -r dist; tsc", @@ -10,6 +10,7 @@ "keywords": [ "ASPX", "astro", + "astro-component", "forms", "react", "hooks"