From b7858b56d65862ace233e33f1463ee374ee399d6 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Wed, 18 Oct 2017 11:20:01 +0200 Subject: [PATCH] Use i18n-js from npm --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5cbfc3f..f75290c 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,13 @@ "type": "git", "url": "github.com/AlexanderZaytsev/react-native-i18n.git" }, - "keywords": ["react-native", "react-component", "ios", "i18n"], + "keywords": [ + "react-native", + "react-component", + "ios", + "i18n" + ], "dependencies": { - "i18n-js": "github:fnando/i18n-js#v3.0.1" + "i18n-js": "^3.0.1" } }