Skip to content

Commit aab5d42

Browse files
committed
Add repository field to package.json
1 parent d78a04a commit aab5d42

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

packages/search-widget/package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@halo-dev/search-widget",
33
"version": "1.7.1",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/halo-dev/plugin-search-widget.git",
7+
"directory": "packages/search-widget"
8+
},
49
"type": "module",
510
"exports": {
611
".": {
@@ -17,11 +22,11 @@
1722
"var.css"
1823
],
1924
"scripts": {
20-
"dev": "vite --config vite.config.dev.ts",
2125
"build": "vite build --config vite.config.lib.ts",
26+
"dev": "vite --config vite.config.dev.ts",
2227
"lint": "lit-analyzer && eslint 'src/**/*.ts' --fix",
23-
"prettier": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.gitignore --write",
24-
"prepublishOnly": "pnpm run build"
28+
"prepublishOnly": "pnpm run build",
29+
"prettier": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.gitignore --write"
2530
},
2631
"dependencies": {
2732
"@lit/localize": "^0.12.2",
@@ -36,7 +41,7 @@
3641
"@unocss/reset": "^66.3.3",
3742
"lit-analyzer": "^1.2.1",
3843
"unocss": "^66.3.3",
39-
"vite-plugin-dts": "4.0.0-beta.2",
40-
"vite": "npm:rolldown-vite@7.0.8"
44+
"vite": "npm:rolldown-vite@7.0.8",
45+
"vite-plugin-dts": "4.0.0-beta.2"
4146
}
4247
}

0 commit comments

Comments
 (0)