From a7a48334c13f4882940c41e79d7feccecad6e8e4 Mon Sep 17 00:00:00 2001 From: "Cheton Wu (RD-TW)" Date: Fri, 27 Mar 2015 03:17:06 -0700 Subject: [PATCH 1/2] Remove npm from the engines field in package.json --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c024f8e..7ba0661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i18next-scanner", - "version": "0.5.3", + "version": "0.5.4", "description": "i18next-scanner is a transfrom stream that can scan your code, extract translation keys/values, and merge them into i18n resource files.", "homepage": "https://github.com/cheton/i18next-scanner", "author": "Cheton Wu ", @@ -22,8 +22,7 @@ } ], "engines": { - "node": "0.10.x", - "npm": "1.1.x" + "node": "0.10.x" }, "keywords": [ "i18n", From 6853b24e2f4f0ad3c73fa666edd895a73902720d Mon Sep 17 00:00:00 2001 From: "Cheton Wu (RD-TW)" Date: Fri, 27 Mar 2015 03:17:19 -0700 Subject: [PATCH 2/2] Update assets --- assets/i18n/de/locale.json | 2 +- assets/i18n/de/translation.json | 2 +- assets/i18n/en/locale.json | 2 +- assets/i18n/en/translation.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/i18n/de/locale.json b/assets/i18n/de/locale.json index fbd3ad7..37c401c 100644 --- a/assets/i18n/de/locale.json +++ b/assets/i18n/de/locale.json @@ -2,4 +2,4 @@ "language": { "en-US": "English" } -} \ No newline at end of file +} diff --git a/assets/i18n/de/translation.json b/assets/i18n/de/translation.json index 07483fd..812ad20 100644 --- a/assets/i18n/de/translation.json +++ b/assets/i18n/de/translation.json @@ -9,4 +9,4 @@ "dac6b24f78471a132bc9a7ec7774530351b54fb0": "Basic Example", "e37ace809ee73b5cce56ec27cca9b0f012635454": "YouTube has more than __count__ billion users.", "loading": "Wird geladen..." -} \ No newline at end of file +} diff --git a/assets/i18n/en/locale.json b/assets/i18n/en/locale.json index fbd3ad7..37c401c 100644 --- a/assets/i18n/en/locale.json +++ b/assets/i18n/en/locale.json @@ -2,4 +2,4 @@ "language": { "en-US": "English" } -} \ No newline at end of file +} diff --git a/assets/i18n/en/translation.json b/assets/i18n/en/translation.json index d95f5ee..f679706 100644 --- a/assets/i18n/en/translation.json +++ b/assets/i18n/en/translation.json @@ -9,4 +9,4 @@ "dac6b24f78471a132bc9a7ec7774530351b54fb0": "Basic Example", "e37ace809ee73b5cce56ec27cca9b0f012635454": "YouTube has more than __count__ billion users.", "loading": "Loading..." -} \ No newline at end of file +}