@glitchlab/react-video-player 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -258,8 +258,8 @@ The component is SSR-safe. Server output renders the static frame; HLS attaches
258
258
  git clone https://github.com/im-fahad/react-video-player.git
259
259
  cd react-video-player
260
260
  pnpm install
261
- pnpm --filter @glitchlab/react-video-player test
262
- pnpm dev # opens the local React playground at http://localhost:5173
261
+ pnpm test
262
+ pnpm build
263
263
  ```
264
264
 
265
265
  Issues and PRs welcome at <https://github.com/im-fahad/react-video-player/issues>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glitchlab/react-video-player",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "React video player with HLS support (hls.js), device-mode toggle, hover-to-play, and zero global CSS side-effects. Works with Next.js App Router and TypeScript.",
5
5
  "license": "MIT",
6
6
  "author": "im-fahad",
@@ -63,8 +63,7 @@
63
63
  },
64
64
  "repository": {
65
65
  "type": "git",
66
- "url": "git+https://github.com/im-fahad/react-video-player.git",
67
- "directory": "packages/react-video-player"
66
+ "url": "git+https://github.com/im-fahad/react-video-player.git"
68
67
  },
69
68
  "homepage": "https://github.com/im-fahad/react-video-player#readme",
70
69
  "bugs": {