Skip to content

Commit

Permalink
chore: run npm pkg fix / fix canary release
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 12, 2024
1 parent eaa42e4 commit 5047004
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/mux-active-viewer-count/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"url": "git+https://github.com/muxinc/elements.git",
"directory": "packages/mux-active-viewer-count"
},
"author": "Mux, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mux-audio-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"url": "git+https://github.com/muxinc/elements.git",
"directory": "packages/mux-video"
},
"author": "Mux, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mux-audio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"url": "git+https://github.com/muxinc/elements.git",
"directory": "packages/mux-audio"
},
"author": "Mux, Inc.",
Expand Down
8 changes: 5 additions & 3 deletions packages/mux-elements-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@mux/mux-elements-codemod",
"version": "1.1.9",
"description": "A codemod to transform @mux-elments scope imports into @mux scope imports",
"bin": "./dist/index.mjs",
"description": "A codemod to transform @mux-elements scope imports into @mux scope imports",
"bin": {
"mux-elements-codemod": "dist/index.mjs"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"url": "git+https://github.com/muxinc/elements.git",
"directory": "packages/mux-elements-codemod"
},
"author": "Mux, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mux-player-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"url": "git+https://github.com/muxinc/elements.git",
"directory": "packages/mux-player-react"
},
"author": "Mux, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mux-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"url": "git+https://github.com/muxinc/elements.git",
"directory": "packages/mux-player"
},
"author": "Mux, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mux-uploader-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"url": "git+https://github.com/muxinc/elements.git",
"directory": "packages/mux-uploader-react"
},
"author": "Mux, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mux-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"url": "git+https://github.com/muxinc/elements.git",
"directory": "packages/mux-uploader"
},
"author": "Mux, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mux-video-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"url": "git+https://github.com/muxinc/elements.git",
"directory": "packages/mux-video-react"
},
"author": "Mux, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion packages/mux-video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"url": "git+https://github.com/muxinc/elements.git",
"directory": "packages/mux-video"
},
"author": "Mux, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion packages/playback-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"url": "git+https://github.com/muxinc/elements.git",
"directory": "packages/playback-core"
},
"author": "Mux, Inc.",
Expand Down

0 comments on commit 5047004

Please sign in to comment.