Skip to content

Commit

Permalink
chore: add funding field (#13585)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jun 21, 2023
1 parent e0a48c5 commit 2501627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-vite/package.json
Expand Up @@ -31,6 +31,7 @@
"url": "https://github.com/vitejs/vite/issues"
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/create-vite#readme",
"funding": "https://github.com/vitejs/vite?sponsor=1",
"devDependencies": {
"@types/minimist": "^1.2.2",
"@types/prompts": "^2.4.4",
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-legacy/package.json
Expand Up @@ -40,6 +40,7 @@
"url": "https://github.com/vitejs/vite/issues"
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"funding": "https://github.com/vitejs/vite?sponsor=1",
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
Expand Down
1 change: 1 addition & 0 deletions packages/vite/package.json
Expand Up @@ -49,6 +49,7 @@
"url": "https://github.com/vitejs/vite/issues"
},
"homepage": "https://github.com/vitejs/vite/tree/main/#readme",
"funding": "https://github.com/vitejs/vite?sponsor=1",
"scripts": {
"dev": "rimraf dist && pnpm run build-bundle -w",
"build": "rimraf dist && run-s build-bundle build-types",
Expand Down

0 comments on commit 2501627

Please sign in to comment.