@openhistoricalmap/map-styles 0.9.11 → 0.9.12
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 +1 -1
- package/dist/historical/historical.json +1055 -388
- package/dist/japanese_scroll/japanese_scroll.json +12 -30
- package/dist/ohm.styles.js +1118 -607
- package/dist/railway/railway.json +80 -200
- package/dist/woodblock/woodblock.json +12 -30
- package/historical/historical.json +463 -232
- package/index.css +53 -0
- package/index.html +103 -5
- package/japanese_scroll/japanese_scroll.json +6 -6
- package/package.json +2 -2
- package/railway/railway.json +40 -40
- package/woodblock/woodblock.json +6 -6
- package/wkg/index.html +0 -18
package/README.md
CHANGED
|
@@ -97,7 +97,7 @@ Miscellaneous notes:
|
|
|
97
97
|
1. pull the updated `staging` branch to get the merge commit
|
|
98
98
|
1. ensure your local `staging` branch of `ohm-deploy` is current using `git pull`
|
|
99
99
|
1. create a release branch from `staging`, e.g., `git checkout -b map-styles-0.9.7`
|
|
100
|
-
1. in `images/web/Dockerfile` update `OPENHISTORICALMAP_WEBSITE_GITSHA`
|
|
100
|
+
1. in `images/web/Dockerfile` update `OPENHISTORICALMAP_WEBSITE_GITSHA`
|
|
101
101
|
1. commit the `Dockerfile` and push your branch to GitHub
|
|
102
102
|
1. open a pull request against `OpenHistoricalMap/ohm-deploy`'s `staging` branch
|
|
103
103
|
1. confirm your changed files & merge to staging
|