We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efdcd2 commit 128ab8aCopy full SHA for 128ab8a
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nativescript-localize",
3
"description": "Native internationalization plugin for NativeScript using platforms standards",
4
- "version": "2.0.1",
+ "version": "2.0.2",
5
"keywords": [
6
"nativescript",
7
"internationalization",
@@ -15,6 +15,12 @@
15
"bugs": "https://github.com/lfabreges/nativescript-localize/issues",
16
"license": "MIT",
17
"author": "Ludovic Fabrèges",
18
+ "contributors": [
19
+ {
20
+ "name": "Eddy Verbruggen",
21
+ "email": "[email protected]"
22
+ }
23
+ ],
24
"main": "index.js",
25
"typings": "index.d.ts",
26
"repository": {
0 commit comments