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"