Skip to content

Commit

Permalink
fix: package.json format
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Apr 29, 2024
1 parent 773e8c7 commit 51c8436
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,10 @@
"name": "@nuxt/modules",
"version": "0.6.0",
"license": "MIT",
"repository": "nuxt/modules",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/modules.git"
},
"homepage": "https://nuxt.com/modules",
"main": "./modules.json",
"files": [
Expand Down

0 comments on commit 51c8436

Please sign in to comment.