Skip to content

Commit f1425db

Browse files
committed
build: add repo info
1 parent ce5154a commit f1425db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
"files": [
1212
"dist"
1313
],
14+
"packageManager": "[email protected]",
15+
"homepage": "https://github.com/AriPerkkio/vite-plugin-source-map-visualizer",
16+
"bugs": "https://github.com/AriPerkkio/vite-plugin-source-map-visualizer",
17+
"repository": "https://github.com/AriPerkkio/vite-plugin-source-map-visualizer",
1418
"scripts": {
1519
"build": "rm -rf ./dist && tsc --project tsconfig.build.json",
1620
"test": "vitest --coverage",
1721
"typecheck": "tsc --noEmit"
1822
},
19-
"packageManager": "[email protected]",
2023
"peerDependencies": {
2124
"vite": ">=4"
2225
},

0 commit comments

Comments
 (0)