From 9836efb9ecbe330c59583643c2b57336e1544aee Mon Sep 17 00:00:00 2001 From: Bartek Polanczyk Date: Fri, 21 Jul 2017 11:22:04 +0300 Subject: [PATCH] Cleaned up the package.json, updated the README and yarnlock. --- README.md | 20 ++++++++++++++++++++ package.json | 8 +++++--- yarn.lock | 14 ++++++++++++-- 3 files changed, 37 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e9a117..8fca517 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,26 @@ A set of helpers useful when introducing `i18n` internationalization to the application. +## Installation + +To install the package, just type: + +``` + +npm i -g i18n-helpers + +``` + +or, using `yarn`: + +``` + +yarn global add i18n-helpers + +``` + +`NodeJS 6.x` is required to use the package. + ## Merge Merges original internationalization file (usually english) and translation file. Both files have to be in `JSON` format. diff --git a/package.json b/package.json index 149c36c..780fa56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "i18n-helpers", "version": "0.1.0", - "description": "Helper to search for i18n occurences", + "description": "A set of helpers for performing i18n translations", "main": "index.js", "bin": { "i18n-helper": "lib/main.js" @@ -17,15 +17,17 @@ "keywords": [ "i18n", "translation", - "helper" + "helper", + "html", + "i18next" ], "author": "Bartek Polanczyk ", "license": "MIT", + "repository": "https://github.com/callinize/i18n-helpers", "dependencies": { "babel-runtime": "^6.23.0", "bluebird": "^3.5.0", "chalk": "^2.0.1", - "cli-table": "^0.3.1", "command-line-commands": "^2.0.1", "lodash": "^4.17.4", "minimist": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index 40a740e..0dd8982 100644 --- a/yarn.lock +++ b/yarn.lock @@ -608,6 +608,12 @@ babel-plugin-transform-regenerator@^6.22.0: dependencies: regenerator-transform "0.9.11" +babel-plugin-transform-runtime@^6.23.0: + version "6.23.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz#88490d446502ea9b8e7efb0fe09ec4d99479b1ee" + dependencies: + babel-runtime "^6.22.0" + babel-plugin-transform-strict-mode@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758" @@ -676,7 +682,7 @@ babel-register@^6.24.1: mkdirp "^0.5.1" source-map-support "^0.4.2" -babel-runtime@^6.18.0, babel-runtime@^6.22.0: +babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b" dependencies: @@ -744,6 +750,10 @@ bluebird@^2.3, bluebird@^2.9.x: version "2.11.0" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" +bluebird@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.0.tgz#791420d7f551eea2897453a8a77653f96606d67c" + boom@2.x.x: version "2.10.1" resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f" @@ -1533,7 +1543,7 @@ ini@~1.3.0: version "1.3.4" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e" -inquirer@^3.0.6, inquirer@^3.2.0: +inquirer@^3.0.6: version "3.2.0" resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.2.0.tgz#45b44c2160c729d7578c54060b3eed94487bb42b" dependencies: