Skip to content

Commit ce2cfb1

Browse files
committed
release 1.1.7
1 parent 2f964bf commit ce2cfb1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ docker run -d --name publisher-worker -v $(pwd)/output:/output -v $(pwd)/fonts:/
190190
```
191191

192192
### Testing
193-
After setting up the local dev environment you can run `yarn test` to generate a list of test stops.
193+
After setting up the local dev environment you can run `npm test` to generate a list of test stops.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hsl-map-publisher",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "HSL Map Publisher",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)