Skip to content

Commit

Permalink
Merge pull request #11 from zr87/chore/add-semantic-plugins
Browse files Browse the repository at this point in the history
chore: add semantic plugins
  • Loading branch information
zr87 committed Aug 21, 2024
2 parents 5dd37d7 + 6d60a24 commit 4129cb4
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version: 'lts/*'
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ or with pnpm:
pnpm install accent-folding
```

or even with yarn:
or even with yarn:

```shell
yarn add accent-folding
```
Expand Down
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
- [x] Documentation: Detailed examples and use cases.

## What's `next`

- [x] chore: Add code quality tools like ESlint, EditorConfig & Prettier
- [x] add `replace` method for replacing accents with it's unaccented equivalents without wrapping
- [x] Add coverage reporting

## Future Plans

- [ ] Add TypeScript support
- [ ] Add support for CommonJS


6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"homepage": "https://github.com/zr87/accent-folding#readme",
"devDependencies": {
"@eslint/js": "^9.9.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.9.0",
"install": "^0.13.0",
"prettier": "3.3.3",
"semantic-release": "^24.1.0",
"vitest": "^2.0.5"
},
"dependencies": {
"@vitest/coverage-v8": "^2.0.5"
}
}
Loading

0 comments on commit 4129cb4

Please sign in to comment.