Skip to content

Commit 26fe9a2

Browse files
committedFeb 28, 2025··
chore: add compodium
1 parent 362385c commit 26fe9a2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
 

‎lib/modules.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export async function getModule(name: string): Promise<ModuleInfo> {
229229
type: '3rd-party', // official, community, 3rd-party
230230
maintainers: [],
231231
compatibility: {
232-
nuxt: '^2.0.0',
232+
nuxt: '^3.0.0',
233233
requires: {},
234234
},
235235
}

‎modules/compodium.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: compodium
2+
description: A plug an play component playground for Nuxt.
3+
repo: romhml/compodium
4+
npm: compodium
5+
icon: ''
6+
github: https://github.com/romhml/compodium
7+
website: https://github.com/romhml/compodium
8+
learn_more: ''
9+
category: Devtools
10+
type: 3rd-party
11+
maintainers:
12+
- name: Romain Hamel
13+
github: romhml
14+
compatibility:
15+
nuxt: ^3.0.0
16+
requires: {}

0 commit comments

Comments
 (0)
Please sign in to comment.