Skip to content

Commit 4c9926d

Browse files
committed
Package updates.
1 parent fb7e044 commit 4c9926d

5 files changed

Lines changed: 1800 additions & 1809 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ With docker, you can also run the following command:
130130

131131
```bash
132132
# To build
133-
docker run --rm --volume ./:/app --workdir /app --publish 8001:8001 node:22.5.1 /bin/bash -c "npm install && npm run build"
133+
docker run --rm --volume ./:/app --workdir /app --publish 8001:8001 node:23.0 /bin/bash -c "npm install && npm run build"
134134

135135
# Manual via terminal
136-
docker run -it --rm --volume ./:/app --workdir /app --publish 8001:8001 node:22.5.1 /bin/bash
136+
docker run -it --rm --volume ./:/app --workdir /app --publish 8001:8001 node:23.0 /bin/bash
137137
```
138138

139139
## Credits

dist/hemenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* heMenu v1.0.5
2+
* heMenu v1.0.6
33
* https://github.com/meceware/heMenu
44
*
55
* Made by Mehmet Celik (https://www.meceware.com/)

dist/hemenu.min.js

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

0 commit comments

Comments
 (0)