From 4465fb20ea6d4d729bed0b40d63dcc3cf3497598 Mon Sep 17 00:00:00 2001 From: sid223437 Date: Thu, 18 Jan 2024 02:25:22 -0600 Subject: [PATCH] adding config for nuxt3-date-fns --- modules/nuxt3-date-fns.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/nuxt3-date-fns.yml diff --git a/modules/nuxt3-date-fns.yml b/modules/nuxt3-date-fns.yml new file mode 100644 index 000000000..96366c887 --- /dev/null +++ b/modules/nuxt3-date-fns.yml @@ -0,0 +1,16 @@ +name: nuxt3-date-fns +description: date-fns module with auto-import and custom prefix +repo: siddharth223437/nuxt-date-fns +npm: nuxt3-date-fns +icon: date-fns.png +github: https://github.com/siddharth223437/nuxt-date-fns +website: https://github.com/siddharth223437/nuxt-date-fns#readme +learn_more: https://date-fns.org/ +category: Libraries +type: 3rd-party +maintainers: + - name: Siddharth Sarathe + github: siddharth223437 +compatibility: + nuxt: ^3.0.0 + requires: {}