Skip to content

Commit

Permalink
build: add repo info
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Aug 22, 2024
1 parent ce5154a commit f1425db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
"files": [
"dist"
],
"packageManager": "pnpm@8.15.9",
"homepage": "https://github.com/AriPerkkio/vite-plugin-source-map-visualizer",
"bugs": "https://github.com/AriPerkkio/vite-plugin-source-map-visualizer",
"repository": "https://github.com/AriPerkkio/vite-plugin-source-map-visualizer",
"scripts": {
"build": "rm -rf ./dist && tsc --project tsconfig.build.json",
"test": "vitest --coverage",
"typecheck": "tsc --noEmit"
},
"packageManager": "pnpm@8.15.9",
"peerDependencies": {
"vite": ">=4"
},
Expand Down

0 comments on commit f1425db

Please sign in to comment.