Skip to content

Commit

Permalink
build: v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Savoskin committed Jun 14, 2019
1 parent 0348e3c commit afd197f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ npm install -g @dvhb/react-intl-messages
$ messages COMMAND
running command...
$ messages (-v|--version|version)
@dvhb/react-intl-messages/2.2.1 darwin-x64 node-v10.16.0
@dvhb/react-intl-messages/2.2.2 darwin-x64 node-v10.16.0
$ messages --help [COMMAND]
USAGE
$ messages COMMAND
Expand Down Expand Up @@ -58,7 +58,7 @@ OPTIONS
--version=version Translations version, for example "production". Required for Locize
```

_See code: [src/commands/clean.ts](https://github.com/dvhb/react-intl-messages/blob/v2.2.1/src/commands/clean.ts)_
_See code: [src/commands/clean.ts](https://github.com/dvhb/react-intl-messages/blob/v2.2.2/src/commands/clean.ts)_

## `messages extract`

Expand All @@ -79,7 +79,7 @@ EXAMPLE
$ messages extract --langs=en,fr,de,ru --pattern="src/**/*.{ts,tsx}"
```

_See code: [src/commands/extract.ts](https://github.com/dvhb/react-intl-messages/blob/v2.2.1/src/commands/extract.ts)_
_See code: [src/commands/extract.ts](https://github.com/dvhb/react-intl-messages/blob/v2.2.2/src/commands/extract.ts)_

## `messages help [COMMAND]`

Expand Down Expand Up @@ -120,7 +120,7 @@ EXAMPLE
$ messages extract --langs=en,fr,de,ru --pattern="src/**/*.{ts,tsx}"
```

_See code: [src/commands/sync.ts](https://github.com/dvhb/react-intl-messages/blob/v2.2.1/src/commands/sync.ts)_
_See code: [src/commands/sync.ts](https://github.com/dvhb/react-intl-messages/blob/v2.2.2/src/commands/sync.ts)_
<!-- commandsstop -->

# Config
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvhb/react-intl-messages",
"version": "2.2.1",
"version": "2.2.2",
"description": "Library for parsing source files and extract react-intl messages",
"keywords": [
"lokalise.co",
Expand Down

0 comments on commit afd197f

Please sign in to comment.