Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Oct 14, 2024
1 parent bb6de9b commit a405e80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: yarn install --frozen-lockfile

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, build, and test
Expand Down
2 changes: 1 addition & 1 deletion distribution/manifest_v2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Auto Capitalise Sentence",
"description": "Browser add-on/extension to automatically capitalise the first letter of a sentence while typing.",
"description": "Firefox browser add-on/extension to automatically capitalise the first letter of a sentence while typing.",
"homepage_url": "https://github.com/hrai/auto-capitalise-sentence/",
"manifest_version": 2,
"version": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion distribution/manifest_v3.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Auto Capitalise Sentence",
"description": "Browser add-on/extension to automatically capitalise the first letter of a sentence in text fields while typing.",
"description": "Chromium browser add-on/extension to automatically capitalise the first letter of a sentence in text fields while typing.",
"homepage_url": "https://github.com/hrai/auto-capitalise-sentence/",
"manifest_version": 3,
"version": "0.0.0",
Expand Down

0 comments on commit a405e80

Please sign in to comment.