Skip to content

Commit

Permalink
New release including all Extractor options
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-altman committed Sep 20, 2017
1 parent 8943cfa commit 9d5ffa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9d5ffa0

Please sign in to comment.