react-intl-lint 1.0.3 → 1.0.4
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 +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
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
|
[](https://github.com/semantic-release/semantic-release)
|
|
6
6
|
[](https://www.npmjs.com/package/react-intl-lint)
|
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.
|
|
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",
|
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.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"description": "Simple tools for check `react-intl` keys in app",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "svoboda-rabstvo/react-intl-lint",
|