This is an automated email from the ASF dual-hosted git repository. andytaylor pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
commit f1e57e1a739aefede54ca376083cd0706255585d Author: Grzegorz Grzybek <[email protected]> AuthorDate: Tue Apr 29 15:12:05 2025 +0200 ARTEMIS-5447 - reword some sentences in DEV.md --- artemis-console-extension/artemis-extension/DEV.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artemis-console-extension/artemis-extension/DEV.md b/artemis-console-extension/artemis-extension/DEV.md index f145bfe..3e6c59d 100644 --- a/artemis-console-extension/artemis-extension/DEV.md +++ b/artemis-console-extension/artemis-extension/DEV.md @@ -19,7 +19,7 @@ To make it easier to maintain consistent dependencies between Hawtio (which can ## Javascript tooling -It's worth following some guidelines in the fascinating world of JavaScript build tools. Personally I find this distinction very important: +It's worth following some guidelines in the fascinating world of JavaScript build tools. This distinction is very important: * _libraries_ - packages published to NPM registry and consumable by other packages/applications * _applications_ - final deployables that use other packages which are not consumed further @@ -51,7 +51,7 @@ $ npm list -g 2. `corepack` is documented [at Yarn page][13] and [at Node.js page][14] and is (as of April 2025) the recommended way to deal with Node package managers as Yarn. 3. Main purpose of `corepack` is to find nearest `package.json` file and its `packageManager` field and delegate the package management to project-specific package manager. 4. `corepack use yarn@latest` is the way to add `packageManager` field to your `package.json` and later, `yarn set version x.y.z` can be used to update this version -5. I found it really handy, clear and transparent to use this additional option: +5. This additional option is really handy, clear and transparent: ```console $ yarn set version 4.9.1 --yarn-path ➤ YN0000: Downloading https://repo.yarnpkg.com/4.9.1/packages/yarnpkg-cli/bin/yarn.js --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
