diff --git a/icons/http-status.svg b/icons/http-status.svg new file mode 100644 index 000000000..18247a4b2 --- /dev/null +++ b/icons/http-status.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + diff --git a/modules/nuxt-http-status.yml b/modules/nuxt-http-status.yml new file mode 100644 index 000000000..d56b9b704 --- /dev/null +++ b/modules/nuxt-http-status.yml @@ -0,0 +1,18 @@ +name: nuxt-http-status +description: HTTP status codes for easy way requests +repo: eralpozcan/nuxt-http-status +npm: nuxt-http-status +icon: http-status.svg +github: https://github.com/eralpozcan/nuxt-http-status +website: https://github.com/eralpozcan/nuxt-http-status +learn_more: '' +category: Devtools +type: 3rd-party +maintainers: + - name: Eralp + github: eralpozcan + twitter: eralpozcan + avatar: https://avatars.githubusercontent.com/u/13126587?v=4 +compatibility: + nuxt: '>=3.0.0' + requires: {} 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/