Skip to content

Commit f9d339a

Browse files
committed
Version 0.0.3
1 parent 1285af1 commit f9d339a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-devtools-json",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Vite plugin for generating `com.chrome.devtools.json` on the fly in the devserver.",
55
"main": "dist/index.cjs",
66
"types": "dist/index.d.ts",
@@ -24,7 +24,10 @@
2424
"test": "vitest --no-watch",
2525
"test:watch": "vitest --watch"
2626
},
27-
"repository": "ChromeDevTools/vite-plugin-devtools-json",
27+
"repository": {
28+
"type": "git",
29+
"url": "git+https://github.com/ChromeDevTools/vite-plugin-devtools-json.git"
30+
},
2831
"keywords": [
2932
"vite",
3033
"vite-plugin",

0 commit comments

Comments
 (0)