From 51d69c7fc33a1d142bf545ff26475d45730fed05 Mon Sep 17 00:00:00 2001 From: Kim Biesbjerg Date: Thu, 8 Dec 2016 16:10:12 +0100 Subject: [PATCH] Bump version --- package.json | 3 ++- tsconfig.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ed376a..ad9e4fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@biesbjerg/ng2-translate-extract", - "version": "0.2.3", + "version": "0.2.4", "description": "Extract strings from projects using ng2-translate", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -25,6 +25,7 @@ "keywords": [ "angular2", "ionic", + "ionic2", "ng2-translate", "extract", "translate", diff --git a/tsconfig.json b/tsconfig.json index 7876b35..b6ce0fb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "allowSyntheticDefaultImports": true, "noUnusedLocals": true, + "removeComments": true, "declaration": true, "target": "ES6", "module": "commonjs",