Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Feb 22, 2024
1 parent 20e8189 commit ebf448b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,10 @@ const enum CommandTarget {

Supports languages:

```typescript

```
- English
- 日本語 (Japanese)
- 繁體中文 (Traditional Chinese)
- 简体中文(Simplified Chinese)

## 🌰 Example

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Hotaru <biyuehuya@gmail.com>",
"scripts": {
"dev": "ts-node --esm -r tsconfig-paths/register ./src/index.ts --no-signale",
"build": "tsc --build",
"build": "tsc",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"bin": {
Expand Down

0 comments on commit ebf448b

Please sign in to comment.