From e366d906b68f14f6a55ab8967566335a5854b75d Mon Sep 17 00:00:00 2001 From: naftalmm Date: Tue, 13 Dec 2016 19:58:47 +0300 Subject: [PATCH] Add all files in i18n folder to npm repository I belive it was unremoved stub, because in the current version of .npmignore file there is no restrictions for these files. --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 9a8dd8ab..84e49c70 100644 --- a/package.json +++ b/package.json @@ -39,13 +39,7 @@ "homepage": "https://github.com/syncfusion/ej-global#readme", "files": [ - "i18n/ej.culture.ar-AE.js", - "i18n/ej.culture.de-DE.js", - "i18n/ej.culture.en-US.js", - "i18n/ej.culture.es-ES.js", - "i18n/ej.culture.fr-FR.js", - "i18n/ej.culture.vi-VN.js", - "i18n/ej.culture.zh-CN.js", + "i18n/", "l10n/" ] }