Skip to content

Commit

Permalink
Add repository and keywords (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pimuzzo authored and kiaruzza committed Jun 23, 2018
1 parent 96d4b49 commit f680703
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f680703

Please sign in to comment.