From 8af03dfb37af3b3d93d4a81c61c7e39a9ec85296 Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Wed, 22 Nov 2017 17:37:32 +0800 Subject: [PATCH] v2.1.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa13c69..5c4a8ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i18next-scanner", - "version": "2.1.2", + "version": "2.1.3", "description": "Scan your code, extract translation keys/values, and merge them into i18n resource files.", "homepage": "https://github.com/i18next/i18next-scanner", "author": "Cheton Wu ", @@ -66,7 +66,7 @@ "chalk": "^2.3.0", "coveralls": "^2.13.1", "eslint": "^4.10.0", - "eslint-config-trendmicro": "^1.0.0", + "eslint-config-trendmicro": "^1.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-react": "^7.4.0",