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": {