Skip to content

Commit

Permalink
chore: add homepage url and keywords to package.json (#6590)
Browse files Browse the repository at this point in the history
  • Loading branch information
GomezAgustin12 committed Jan 21, 2022
1 parent f879b32 commit 1651aac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Expand Up @@ -4,6 +4,14 @@
"engines": {
"node": ">=12.2.0"
},
"homepage": "https://vitejs.dev/",
"keywords": [
"frontend",
"hmr",
"dev-server",
"build-tool",
"vite"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"format": "prettier --write .",
Expand Down

0 comments on commit 1651aac

Please sign in to comment.