Skip to content

Commit

Permalink
Generate release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vczb committed Aug 19, 2022
1 parent 2d32417 commit e2ac8c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Take a look at this [codesandbox](https://codesandbox.io/s/sagu-ui-example-r22mu
## Available commands

- `build`: build the files in the `lib` directory
- `storybook`: run the storybook at the address `localhost:6006`
- `sb`: run the storybook at the address `localhost:6006`
- `prettier:check`: check formatting on all `src` directory
- `prettier:format`: formats all `src` directory

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sagu-ui",
"version": "2.0.2",
"version": "2.0.3",
"description": "It's a simple and faster React library",
"homepage": "https://vczb.github.io/sagu-ui",
"repository": {
Expand All @@ -15,7 +15,7 @@
"typecheck": "tsc --project tsconfig.json --noEmit",
"prettier:format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
"prettier:check": "prettier -c \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
"storybook": "start-storybook -p 6006",
"sb": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"keywords": [
Expand Down

0 comments on commit e2ac8c5

Please sign in to comment.