From 8dcbaf4b16ff5ed70407425c440fea0eeeb04bcd Mon Sep 17 00:00:00 2001 From: lonewolfyx Date: Sat, 5 Sep 2026 14:05:51 +0800 Subject: [PATCH] fix: remove duplicate ssr-lit module entry Both modules/ssr-lit.yml and modules/nuxt-ssr-lit.yml describe the same repository (prashantpalikhe/nuxt-ssr-lit) and declare the same module name `ssr-lit`. Keep nuxt-ssr-lit.yml, which already contains all of the information from ssr-lit.yml plus the current Nuxt 3 metadata, and drop the outdated Nuxt 2 entry. --- modules/ssr-lit.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 modules/ssr-lit.yml diff --git a/modules/ssr-lit.yml b/modules/ssr-lit.yml deleted file mode 100644 index 0ad3f3500..000000000 --- a/modules/ssr-lit.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: ssr-lit -repo: prashantpalikhe/nuxt-ssr-lit -npm: nuxt-ssr-lit -icon: '' -github: https://github.com/prashantpalikhe/nuxt-ssr-lit -website: https://github.com/prashantpalikhe/nuxt-ssr-lit -learn_more: '' -category: Devtools -type: 3rd-party -maintainers: - - name: Prashant Palikhe - github: prashantpalikhe -compatibility: - nuxt: ^2.0.0 - requires: {}