Skip to content

Commit

Permalink
fix: packages astro keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Nov 21, 2023
1 parent 958f324 commit 04faf55
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -12,6 +12,7 @@
"props",
"react",
"context",
"withastro",
"jsx"
],
"homepage": "https://withastro-utils.github.io/docs/",
Expand Down
3 changes: 2 additions & 1 deletion packages/express-endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"restful",
"http",
"api",
"endpoints"
"endpoints",
"withastro"
],
"homepage": "https://withastro-utils.github.io/docs/",
"author": "Ido S.",
Expand Down
5 changes: 3 additions & 2 deletions packages/formidable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -20,7 +20,8 @@
"astro",
"forms",
"formidable",
"request"
"request",
"withastro"
],
"homepage": "https://withastro-utils.github.io/docs/",
"author": "Ido S.",
Expand Down
3 changes: 2 additions & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,6 +10,7 @@
"keywords": [
"ASPX",
"astro",
"astro-component",
"forms",
"react",
"hooks"
Expand Down

0 comments on commit 04faf55

Please sign in to comment.