@openhistoricalmap/map-styles 0.9.12 → 0.9.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -79,8 +79,8 @@ Miscellaneous notes:
79
79
 
80
80
  1. ensure your local `staging` branch of `ohm-website` is current using `git pull`
81
81
  1. create a release branch from `staging`, e.g., `git checkout -b map-styles-0.9.7`
82
- 1. log in to the Docker container and start a bash shell
83
- 1. run `yarn upgrade` and verify, using the output, that the correct version has been installed. Note that the `map-styles` version is specified with the `^` operator so that our `package.json` will need to be updated for a **major version release**, e.g., to `1.x` from `0.9.x`
82
+ 1. log in to the `ohm-website-web-1` Docker container and start a bash shell
83
+ 1. run `yarn upgrade @openhistoricalmap/map-styles` and verify, using the output, that the correct version has been installed. Note that the `map-styles` version is specified with the `^` operator so that our `package.json` will need to be updated for a **major version release**, e.g., to `1.x` from `0.9.x`
84
84
  ```
85
85
  Rebuilding all packages...
86
86
  success Saved lockfile.