Skip to content

Commit

Permalink
Paragraph stylehints use _par CSS classes, rather than a div selector
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousdannii committed Feb 12, 2024
1 parent d491f07 commit 0599378
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: echo "ref=$(git submodule status src/upstream/emglken | cut -c 2-13)" >> $GITHUB_OUTPUT
- name: Cache the built Emglken
id: cache-emglken
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
src/upstream/emglken/build/*.js
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
npm run tsc-check
- name: Restore Emglken from the cache
id: cache-emglken
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
src/upstream/emglken/build/*.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "module",
"dependencies": {
"base32768": "^3.0.1",
"emglken": "^0.5.1",
"emglken": "^0.6.0",
"fflate": "^0.8.1",
"file-saver": "^2.0.5",
"jquery": "^3.7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/upstream/emglken
2 changes: 1 addition & 1 deletion src/upstream/glkote
Submodule glkote updated 1 files
+4 −4 glkapi.js

0 comments on commit 0599378

Please sign in to comment.