diff --git a/common/changes/@microsoft/rush/fix-publishing_2025-06-10-18-54.json b/common/changes/@microsoft/rush/fix-publishing_2025-06-10-18-54.json new file mode 100644 index 00000000000..efcd84c45fb --- /dev/null +++ b/common/changes/@microsoft/rush/fix-publishing_2025-06-10-18-54.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@microsoft/rush" + } + ], + "packageName": "@microsoft/rush", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/rush-plugins/rush-bridge-cache-plugin/package.json b/rush-plugins/rush-bridge-cache-plugin/package.json index d88d66c3189..d0b9dbf9c02 100644 --- a/rush-plugins/rush-bridge-cache-plugin/package.json +++ b/rush-plugins/rush-bridge-cache-plugin/package.json @@ -1,17 +1,19 @@ { "name": "@rushstack/rush-bridge-cache-plugin", "version": "5.154.0", - "private": true, "description": "Rush plugin that provides a --set-cache-only command flag to populate the cache from content on disk.", "license": "MIT", - "main": "./lib/index.js", + "main": "lib/index.js", "repository": { - "url": "https://github.com/microsoft/rushstack.git", + "url": "https://github.com/microsoft/rushstack", "type": "git", "directory": "rush-plugins/rush-bridge-cache-plugin" }, + "homepage": "https://rushjs.io", + "types": "lib/index.d.ts", "scripts": { "build": "heft test --clean", + "start": "heft test --clean --watch", "_phase:build": "heft run --only build -- --clean" }, "dependencies": {