Skip to content

Commit

Permalink
add mpath to known words
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Sep 28, 2023
1 parent af35795 commit 4219e86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ jobs:
- name: run test
run: |
npm ci
npx playwright install --with-deps
npm run test:all
1 change: 1 addition & 0 deletions base-configs/base-cspell.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ const baseConfig = {
'mmultiline',
'mocharc',
'monospace',
'mpath',
'msapplication',
'mstile',
'ncurc',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virmator",
"version": "8.0.3",
"version": "8.0.4",
"description": "Handle common package configs, commands, and dependencies.",
"keywords": [
"automation",
Expand Down

0 comments on commit 4219e86

Please sign in to comment.