From d90d0ce8fa374ef3096ce2b61f5524af64cbbe39 Mon Sep 17 00:00:00 2001 From: Rohan Bansal Date: Tue, 21 Jan 2025 17:03:52 +0530 Subject: [PATCH 1/2] feat: add stonecrop nuxt --- icons/stonecrop.svg | 64 +++++++++++++++++++++++++++++++++++++++++++ modules/stonecrop.yml | 16 +++++++++++ 2 files changed, 80 insertions(+) create mode 100644 icons/stonecrop.svg create mode 100644 modules/stonecrop.yml diff --git a/icons/stonecrop.svg b/icons/stonecrop.svg new file mode 100644 index 000000000..4418b083f --- /dev/null +++ b/icons/stonecrop.svg @@ -0,0 +1,64 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/modules/stonecrop.yml b/modules/stonecrop.yml new file mode 100644 index 000000000..451faba0f --- /dev/null +++ b/modules/stonecrop.yml @@ -0,0 +1,16 @@ +name: stonecrop +description: Stonecrop for Nuxt +repo: agritheory/stonecrop#development/nuxt +npm: '@stonecrop/nuxt' +icon: stonecrop.svg +github: https://github.com/agritheory/stonecrop/tree/development/nuxt +website: https://agritheory.com/ +learn_more: '' +category: Libraries +type: 3rd-party +maintainers: + - name: Tyler Matteson + github: agritheory +compatibility: + nuxt: ^3.0.0 + requires: {} From ecb2ecc65f588e90f483227f694e2eaf7b0810a4 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:56:00 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- modules/regle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/regle.yml b/modules/regle.yml index c999b617d..a26367aa0 100644 --- a/modules/regle.yml +++ b/modules/regle.yml @@ -1,7 +1,7 @@ name: regle description: Type safe model-based form validation library for Vue.js repo: victorgarciaesgi/regle -npm: "@regle/nuxt" +npm: regle icon: regle.svg github: https://github.com/victorgarciaesgi/regle website: https://reglejs.dev/