Skip to content

Commit

Permalink
chore: add homepage to package.json (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximepvrt authored Nov 8, 2023
1 parent f039218 commit 65ecb14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Nuxt Image Module",
"repository": "nuxt/image",
"homepage": "https://image.nuxt.com",
"license": "MIT",
"sideEffects": false,
"main": "./dist/module.mjs",
Expand Down Expand Up @@ -68,4 +69,4 @@
"engines": {
"node": "^14.16.0 || >=16.11.0"
}
}
}

0 comments on commit 65ecb14

Please sign in to comment.