Skip to content

Commit 58e450a

Browse files
committed
fix: add repository to astro packages package.json
1 parent 099087d commit 58e450a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/mux-player-astro/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "3.5.3",
44
"description": "An open source Mux player for Astro that Just Works™",
55
"homepage": "https://mux.com/player",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/muxinc/elements.git",
9+
"directory": "packages/mux-player-astro"
10+
},
611
"keywords": [
712
"video",
813
"mux",

packages/mux-uploader-astro/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "1.2.0",
44
"description": "An open source Mux uploader for Astro that Just Works™",
55
"homepage": "https://mux.com/uploader",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/muxinc/elements.git",
9+
"directory": "packages/mux-uploader-astro"
10+
},
611
"keywords": [
712
"video",
813
"mux",

0 commit comments

Comments
 (0)