From f6807030ad26b6e0d1f3ccd6d218d723b1f3ca85 Mon Sep 17 00:00:00 2001 From: Simone Locci Date: Sat, 23 Jun 2018 15:17:59 +0200 Subject: [PATCH] Add repository and keywords (#4) --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/package.json b/package.json index 9546760..6c3b8fb 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,20 @@ "build": "npm run tslint && tsc", "tslint": "tslint --project tsconfig.json -r tslint.json -r ./node_modules/tslint-microsoft-contrib --fix || true" }, + "repository": { + "type": "git", + "url": "https://github.com/pimuzzo/rx-i18n" + }, + "keywords": [ + "react-native", + "reactxp", + "react", + "i18n", + "internationalization", + "l10n", + "localization", + "translate", + ], "dependencies": { "@types/react-native": "^0.55.19", "browser-locale": "^1.0.3",