diff --git a/README.md b/README.md index c6a2e5495..807a633a9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The YaleSites platform empowers the Yale community to create digital experiences ## Common Scripts These are the most common npm scripts you may find yourself using: -(Each is prefixed with `npm run`) +(Each is prefixed with `npm run `) ### PR Reviews @@ -41,4 +41,3 @@ _Notes:_ - `confim` Imports the current config files to your database. - `local:theme-link` Run this script once to establish `npm link`s to all of the frontend-related repositories. - `local:cl-dev` Enables a frontend developer to work across all of the repositories (`yalesites-project`, `atomic`, and `component-library-twig`) in an environment configured to support both Storybook development, and have the changes reflected in the Drupal instance. Note: This also wires up the Tokens repo, but if you want to watch for changes there, you'll have to run the `npm run develop` script inside the Tokens directory. -- diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index 09efbd40f..681093024 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -106,7 +106,7 @@ "laminas/laminas-escaper": "2.12", "northernco/ckeditor5-anchor-drupal": "0.4.0", "yalesites-org/ai_engine": "1.2.4", - "yalesites-org/atomic": "1.37.0", + "yalesites-org/atomic": "1.37.1", "yalesites-org/yale_cas": "1.0.4" }, "minimum-stability": "dev",