From 9d5ffa08e8ec191150ffc488ac518a2eea31abd5 Mon Sep 17 00:00:00 2001 From: Augusto Altman Date: Wed, 20 Sep 2017 12:09:52 +1200 Subject: [PATCH] New release including all Extractor options --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b366ed0..ba2bfa1 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ module.exports = { extractStrings: { //optional input: 'app/**/*.html', destination: 'po/template.pot' + //Any of the [angular-gettext-tools Extractor options](https://github.com/rubenv/angular-gettext-tools#options) } }), // the rest of your plugins... diff --git a/package.json b/package.json index 6836478..675c398 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-gettext-plugin", - "version": "1.0.0", + "version": "1.0.1", "description": "Full Webpack plugin for angular-gettext based on the angular-gettext-cli utility. Inteded for both compilation and extraction.", "main": "index.js", "scripts": {