Skip to content

Commit

Permalink
chore: fix random package.json typos
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 12, 2024
1 parent 94ca095 commit eab3a20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/mux-active-viewer-count/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"module": "./dist/index.mjs",
"browser": "./dist/index.mjs",
"unpkg": "./dist/mux-active-viewer-count.js",
"jsdelivr": "./dist/mux-active-viewer-counts.js",
"jsdelivr": "./dist/mux-active-viewer-count.js",
"typesVersions": {
"<4.3.5": {
".": [
Expand All @@ -35,15 +35,15 @@
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"directory": "packages/mux-active-viewer-counts"
"directory": "packages/mux-active-viewer-count"
},
"author": "Mux, Inc.",
"license": "MIT",
"scripts": {
"clean": "shx rm -rf dist/ && shx rm -rf src/polyfills",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint src/ --ext .js,.jsx,.ts,.tsx",
"test": "web-test-runner **/*test.js --port 8006 --coverage --config test/web-test-runner.config.mjs --root-dir ../..",
"posttest": "replace 'SF:src/' 'SF:packages/mux-active-viewer-counts/src/' coverage/lcov.info --silent",
"posttest": "replace 'SF:src/' 'SF:packages/mux-active-viewer-count/src/' coverage/lcov.info --silent",
"dev:iife": "yarn build:iife --watch=forever",
"dev:cjs": "yarn build:cjs --watch=forever",
"dev:esm": "yarn build:esm --watch=forever",
Expand Down
2 changes: 1 addition & 1 deletion packages/mux-elements-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"directory": "packages/mux-player"
"directory": "packages/mux-elements-codemod"
},
"author": "Mux, Inc.",
"license": "MIT",
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 @@ -36,7 +36,7 @@
"repository": {
"type": "git",
"url": "https://github.com/muxinc/elements",
"directory": "packages/mux-video"
"directory": "packages/mux-video-react"
},
"author": "Mux, Inc.",
"license": "MIT",
Expand Down

0 comments on commit eab3a20

Please sign in to comment.