Skip to content

Commit

Permalink
refactor: parser & cloze patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw committed Oct 13, 2024
1 parent 0df82e1 commit 632f550
Show file tree
Hide file tree
Showing 29 changed files with 647 additions and 729 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: 20

- name: Build
id: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: 20

- uses: actions/checkout@v3

Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
},
"dependencies": {
"chart.js": "^4.4.4",
"clozecraft": "^0.4.0",
"minimatch": "^10.0.1",
"pagerank.js": "^1.0.2",
"peggy": "^4.0.3",
"short-uuid": "^5.2.0"
},
"packageManager": "pnpm@^9.10.0",
Expand Down
Loading

0 comments on commit 632f550

Please sign in to comment.