react-intl-lint 1.0.1 → 1.0.3

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
@@ -1,6 +1,6 @@
1
1
  # react-intl-lint
2
2
 
3
- > Simple tools for check react-intl keys in whole app which use regexp.
3
+ > Simple tools for check react-intl keys in whole app which use regexp
4
4
 
5
5
  [![semantic](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
6
6
  [![npm](https://img.shields.io/npm/v/react-intl-lint.svg)](https://www.npmjs.com/package/react-intl-lint)
@@ -23,7 +23,7 @@
23
23
 
24
24
  ## Background
25
25
 
26
- 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.
27
27
  This repository contains a proposal to check all translation keys in the whole app
28
28
  which should exist in all languages files.
29
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": "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",
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.1",
4
+ "version": "1.0.3",
5
5
  "description": "Simple tools for check `react-intl` keys in app",
6
6
  "license": "MIT",
7
7
  "repository": "svoboda-rabstvo/react-intl-lint",