diff --git a/packages/core/package.json b/packages/core/package.json index 925a19f3..8526e886 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,6 +4,11 @@ "version": "10.0.0-alpha.2", "description": "Core components and utilities for Video.js", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/videojs/v10", + "directory": "packages/core" + }, "keywords": [ "core", "media", diff --git a/packages/element/package.json b/packages/element/package.json index 4dd47fec..2425f3a7 100644 --- a/packages/element/package.json +++ b/packages/element/package.json @@ -4,6 +4,11 @@ "version": "10.0.0-alpha.2", "description": "Lightweight reactive custom element base for Video.js", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/videojs/v10", + "directory": "packages/element" + }, "main": "dist/default/index.js", "module": "dist/default/index.js", "types": "dist/dev/index.d.ts", diff --git a/packages/html/package.json b/packages/html/package.json index f0be15e0..2fb791ae 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -4,6 +4,11 @@ "version": "10.0.0-alpha.2", "description": "HTML library for building media players", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/videojs/v10", + "directory": "packages/html" + }, "main": "dist/default/index.js", "module": "dist/default/index.js", "types": "dist/dev/index.d.ts", diff --git a/packages/icons/package.json b/packages/icons/package.json index 07e4ad4c..a5279821 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -5,6 +5,11 @@ "version": "10.0.0-alpha.2", "description": "SVG icon library for Video.js", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/videojs/v10", + "directory": "packages/icons" + }, "sideEffects": false, "exports": { "./react": { diff --git a/packages/react/package.json b/packages/react/package.json index 3d428eb8..4af5a130 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -4,6 +4,11 @@ "version": "10.0.0-alpha.2", "description": "React library for building media players", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/videojs/v10", + "directory": "packages/react" + }, "main": "dist/default/index.js", "module": "dist/default/index.js", "types": "dist/dev/index.d.ts", diff --git a/packages/store/package.json b/packages/store/package.json index 04f9afd2..39c6bab3 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -4,6 +4,11 @@ "version": "10.0.0-alpha.2", "description": "Reactive state management for external systems.", "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/videojs/v10", + "directory": "packages/store" + }, "main": "dist/default/index.js", "module": "dist/default/index.js", "types": "dist/dev/index.d.ts", diff --git a/packages/utils/package.json b/packages/utils/package.json index 04755667..fc0c0b51 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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": {