chore(package.json): add missing module type

This commit is contained in:
Benjamin Canac
2024-02-07 12:44:35 +01:00
parent bb40c31031
commit a506cbbcb0
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "@nuxt/ui-docs",
"private": true,
"type": "module",
"dependencies": {
"@nuxt/ui": "workspace:latest"
},