Skip to content

Commit 0fc52f6

Browse files
committed
chore(misc): fix publishing
1 parent 8942e82 commit 0fc52f6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

astro-docs/src/plugins/utils/plugin-mappings.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,6 @@ export function pluginSpecialCasePluginRemapping(pluginName: string) {
363363
// we call the js plugin `typescript` in the URLs technologies
364364
case 'js':
365365
return 'typescript';
366-
case 'java':
367-
return 'java';
368366
default:
369367
return pluginName;
370368
}

nx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
},
7777
"currentVersionResolver": "registry",
7878
"preserveLocalDependencyProtocols": false,
79+
"preserveMatchingDependencyRanges": true,
7980
"manifestRootsToUpdate": ["dist/packages/{projectName}"],
8081
"versionActionsOptions": {
8182
"skipLockFileUpdate": true

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)