Skip to content

Commit c84de62

Browse files
fix: repository field in package.json (#13051)
* fix: `repository` field in `package.json` * Update packages/enhanced-img/package.json --------- Co-authored-by: Tee Ming <chewteeming01@gmail.com>
1 parent 134e363 commit c84de62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/enhanced-img/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/sveltejs/kit",
8-
"directory": "packages/image"
8+
"directory": "packages/enhanced-img"
99
},
1010
"keywords": [
1111
"component",

0 commit comments

Comments
 (0)