Skip to content

Commit

Permalink
fix: package description
Browse files Browse the repository at this point in the history
BREAKING CHANGE: components renamed
  • Loading branch information
ido-pluto committed Nov 23, 2023
1 parent 51c00d7 commit 33dc830
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
17 changes: 12 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"create-release": "semantic-release-npm-workspaces-monorepo"
},
"devDependencies": {
"semantic-release-npm-workspaces-monorepo": "^2.0.0"
"semantic-release-npm-workspaces-monorepo": "^2.0.1"
}
}
6 changes: 4 additions & 2 deletions 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 hooks for Astro (server + client validation)",
"description": "React-like web forms hooks for Astro (server + client validation)",
"type": "module",
"scripts": {
"build": "rm -r dist; tsc",
Expand All @@ -15,7 +15,9 @@
"react",
"hooks",
"validation",
"astro-utils"
"astro-utils",
"on-click",
"on-submit"
],
"funding": "https://github.com/sponsors/ido-pluto",
"homepage": "https://withastro-utils.github.io/docs/",
Expand Down

0 comments on commit 33dc830

Please sign in to comment.