Use i18n-js from npm

This commit is contained in:
Mathieu Acthernoene 2017-10-18 11:20:01 +02:00
parent 03c5875f57
commit b7858b56d6
1 changed files with 7 additions and 2 deletions

View File

@ -9,8 +9,13 @@
"type": "git", "type": "git",
"url": "github.com/AlexanderZaytsev/react-native-i18n.git" "url": "github.com/AlexanderZaytsev/react-native-i18n.git"
}, },
"keywords": ["react-native", "react-component", "ios", "i18n"], "keywords": [
"react-native",
"react-component",
"ios",
"i18n"
],
"dependencies": { "dependencies": {
"i18n-js": "github:fnando/i18n-js#v3.0.1" "i18n-js": "^3.0.1"
} }
} }