Add npm keywords to all packages for improved discoverability#71
Merged
sleparc-godaddy merged 1 commit intogodaddy:mainfrom Dec 8, 2025
Merged
Add npm keywords to all packages for improved discoverability#71sleparc-godaddy merged 1 commit intogodaddy:mainfrom
sleparc-godaddy merged 1 commit intogodaddy:mainfrom
Conversation
sleparc-godaddy
approved these changes
Dec 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
#70
Changelog
Added npm keywords to all 7 published packages for improved discoverability:
@radpack/coreradpack,module-loader,dynamic-import,code-splitting,runtime,amd,graph-based-loading,dependency-graph,resource-sharing@radpack/clientradpack,browser,client,runtime,module-loader,dynamic-import,amd,lazy-loading,code-splitting,frontend@radpack/serverradpack,server,ssr,server-side-rendering,node,runtime,module-loader,middleware,hydration,isomorphic@radpack/buildradpack,build,bundler,webpack,rollup,manifest,registry,exports,semver,build-tool@radpack/rollup-pluginradpack,rollup,rollup-plugin,library,esm,build-tool,shared-dependencies,module-loader@radpack/webpack-pluginradpack,webpack,webpack-plugin,webpack4,webpack5,application,code-splitting,build-tool,dynamic-import,resource-sharing@radpack/cliradpack,cli,command-line,dev-server,local-server,registry,merge,developmentFiles Changed
packages/core/package.jsonpackages/client/package.jsonpackages/server/package.jsonpackages/build/package.jsonpackages/rollup-plugin/package.jsonpackages/webpack-plugin/package.jsonpackages/cli/package.jsonTest Plan
✅ Metadata-only change - no runtime behavior affected
✅ Verified JSON syntax is valid in all 7 package.json files
✅ No code changes, only keywords field additions
✅ Keywords placed correctly after description field in each package