Skip to content

Commit

Permalink
chore(package.json): add missing module type
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 7, 2024
1 parent bb40c31 commit a506cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nuxt/ui-docs",
"private": true,
"type": "module",
"dependencies": {
"@nuxt/ui": "workspace:latest"
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.13.0",
"repository": "nuxt/ui",
"homepage": "https://ui.nuxt.com",
"type": "module",
"license": "MIT",
"exports": {
".": {
Expand Down

0 comments on commit a506cbb

Please sign in to comment.