fix(cd): add repository field to all packages for provenance verification

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-02-26 15:38:04 -06:00
co-authored by Claude Opus 4.6
parent 1a27159ff7
commit b72358904a
7 changed files with 35 additions and 0 deletions
+5
View File
@@ -4,6 +4,11 @@
"version": "10.0.0-alpha.2",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/videojs/v10",
"directory": "packages/utils"
},
"sideEffects": false,
"exports": {
"./array": {