@jburnhams/tube-ts 0.1.0 → 0.1.3

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jburnhams/tube-ts",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "description": "A TypeScript library designed to play YouTube videos by wrapping shaka-player and youtubei.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,7 +44,7 @@
44
44
  "build": "tsup",
45
45
  "patch:shaka": "node scripts/patchShaka.mjs",
46
46
  "postinstall": "npm run patch:shaka",
47
- "build:docs": "npm run build -w docs",
47
+ "build:docs": "npm run build && npm run build -w docs",
48
48
  "test": "vitest run",
49
49
  "test:unit": "vitest run tests/unit",
50
50
  "test:integration": "npm run build && vitest run tests/integration",