Skip to content

Commit cb03094

Browse files
committed
chore: fix warning in package.json
1 parent a5f7c25 commit cb03094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"types": "./dist/index.d.ts",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/koyashiro/vite-plugin-happy-css-modules"
25+
"url": "git+https://github.com/koyashiro/vite-plugin-happy-css-modules.git"
2626
},
2727
"scripts": {
2828
"build": "tsc --noEmit && rm -rf ./dist/ && rollup -c",

0 commit comments

Comments
 (0)