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 f3f690d
Show file tree
Hide file tree
Showing 29 changed files with 647 additions and 733 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ on:

env:
PLUGIN_NAME: obsidian-spaced-repetition
COREPACK_ENABLE_STRICT: 0

jobs:
release:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
pull_request:
branches: [master]

env:
COREPACK_ENABLE_STRICT: 0

jobs:
lint_and_test_code:
runs-on: ubuntu-latest
Expand All @@ -17,7 +14,7 @@ jobs:
with:
node-version: "20"

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Dependencies
run: npm install -g pnpm && pnpm install
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 f3f690d

Please sign in to comment.