Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Sep 21, 2020
1 parent 6048b29 commit 63b2d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "limit-size",
"version": "0.1.2",
"version": "0.1.3",
"description": "Lightweight, Convenient, Fast command tool to control your file size, size-limit is too bloated.",
"license": "MIT",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions src/cmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { lint } from './lint';
import { logResust } from './log';

program
.version('0.1.2', '-v, --version')
.usage('<lint-md> [options]')
.version('0.1.3', '-v, --version')
.usage('<limit-size> [options]')
.description('limit size for your files.')
.option('-c, --config [configure-file]', 'default .limit-size.json')
.action(async (cmd) => {
Expand Down

0 comments on commit 63b2d93

Please sign in to comment.