react-intl-lint 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,9 +6,10 @@
6
6
  [![npm](https://img.shields.io/npm/v/react-intl-lint.svg)](https://www.npmjs.com/package/react-intl-lint)
7
7
  [![download npm](https://img.shields.io/npm/dm/react-intl-lint.svg)](https://www.npmjs.com/package/react-intl-lint)
8
8
 
9
- > for `react-intl` use [`react-intl-lint`]()
9
+ > for `react-i18next` use [`react-i18next-lint`](https://www.npmjs.com/package/react-i18next-lint)
10
+ >
11
+ > for `ngx-translate` use [`ngx-translate-lint`](https://www.npmjs.com/package/ngx-translate-lint)
10
12
 
11
- > for `ngx-translate` use [`ngx-translate-lint`]()
12
13
  ## Table of Contents
13
14
 
14
15
  - [Background](#background)
@@ -22,7 +23,7 @@
22
23
 
23
24
  ## Background
24
25
 
25
- There are a lot of translation [`react-intl`][react-intl] keys in the whole app.
26
+ There are a lot of translation `react-intl` keys in the whole app.
26
27
  This repository contains a proposal to check all translation keys in the whole app
27
28
  which should exist in all languages files.
28
29
 
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Raman Lauryniuk <romanrostislavovich@gmail.com>",
3
3
  "name": "react-intl-lint",
4
- "version": "0.0.2",
4
+ "version": "1.0.1",
5
5
  "description": "Simple tools for check `react-intl` keys in app",
6
6
  "license": "MIT",
7
7
  "repository": "svoboda-rabstvo/react-intl-lint",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Raman Lauryniuk <romanrostislavovich@gmail.com>",
3
3
  "name": "react-intl-lint",
4
- "version": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "description": "Simple tools for check `react-intl` keys in app",
6
6
  "license": "MIT",
7
7
  "repository": "svoboda-rabstvo/react-intl-lint",