Skip to content

Commit

Permalink
Trigger Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-btnr committed Aug 30, 2024
1 parent 872322a commit f80cb01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: 20.x

- name: Install dependencies
run: >-
run: |
npm cache clean --force
npm install --no-audit --no-fund
Expand Down
6 changes: 5 additions & 1 deletion InvisibleTyping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
{
"title": "Fixed",
"type": "fixed",
"items": ["The Plugin works again", "Fixed some logic issues", "Fixed sticky button"]
"items": [
"The Plugin works again",
"Fixed some logic issues",
"Fixed sticky button"
]
}
],
"changelogDate": "2024-08-29"
Expand Down

0 comments on commit f80cb01

Please sign in to comment.