diff --git a/packages/i18n-tools/package.json b/packages/i18n-tools/package.json index dcf392b..b5a82c2 100644 --- a/packages/i18n-tools/package.json +++ b/packages/i18n-tools/package.json @@ -3,6 +3,11 @@ "version": "0.0.0", "description": "Crowdin and react-intl catalog tooling shared by the micro:bit web apps: tidy and compile message catalogs, and upload, download and report on their translations.", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/microbit-foundation/ui.git", + "directory": "packages/i18n-tools" + }, "type": "module", "bin": { "microbit-i18n": "./bin/microbit-i18n.mjs" diff --git a/packages/ui-carousel/package.json b/packages/ui-carousel/package.json index 8446221..60e276c 100644 --- a/packages/ui-carousel/package.json +++ b/packages/ui-carousel/package.json @@ -4,6 +4,11 @@ "description": "Swiper-based carousel components in the micro:bit design language, composed from @microbit/ui primitives. Ships as source; see README for the consumption setup.", "license": "MIT", "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/microbit-foundation/ui.git", + "directory": "packages/ui-carousel" + }, "exports": { ".": "./src/index.ts", "./messages": "./src/messages.ts", diff --git a/packages/ui-patterns/package.json b/packages/ui-patterns/package.json index 8830374..2428ea1 100644 --- a/packages/ui-patterns/package.json +++ b/packages/ui-patterns/package.json @@ -4,6 +4,11 @@ "description": "Higher-level UI patterns composed from @microbit/ui primitives. Ships as source; see README for the consumption setup.", "license": "MIT", "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/microbit-foundation/ui.git", + "directory": "packages/ui-patterns" + }, "exports": { ".": "./src/index.ts", "./messages": "./src/messages.ts", diff --git a/packages/ui/package.json b/packages/ui/package.json index 14474d1..a58a6f5 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -3,6 +3,11 @@ "version": "0.0.0", "description": "micro:bit design-system primitives: react-aria-components + Panda CSS with a design language ported from Chakra UI v2. Ships as source; see README for the consumption setup.", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/microbit-foundation/ui.git", + "directory": "packages/ui" + }, "type": "module", "exports": { ".": "./src/index.ts",