i18next-parser
Advanced tools
Comparing version 1.0.0-beta26 to 1.0.0-beta27
@@ -14,3 +14,3 @@ #!/usr/bin/env node | ||
.version(pkg.version) | ||
.option('-c, --config <path>', 'Path to the config file (default: i18next-scanner.config.js)') | ||
.option('-c, --config <path>', 'Path to the config file (default: i18next-parser.config.js)') | ||
.option('-o, --output <path>', 'Path to the output directory (default: locales/$LOCALE/$NAMESPACE.json)') | ||
@@ -17,0 +17,0 @@ .option('-s, --silent', 'Disable logging to stdout') |
@@ -5,3 +5,3 @@ { | ||
"name": "i18next-parser", | ||
"version": "1.0.0-beta26", | ||
"version": "1.0.0-beta27", | ||
"license": "MIT", | ||
@@ -24,2 +24,3 @@ "main": "dist/index.js", | ||
"acorn-jsx": "^4.1.1", | ||
"acorn-object-rest-spread": "^1.1.0", | ||
"acorn-stage3": "^0.6.0", | ||
@@ -26,0 +27,0 @@ "broccoli-plugin": "^1.3.0", |
@@ -46,5 +46,5 @@ # i18next Parser [![Build Status](https://travis-ci.org/i18next/i18next-parser.svg?branch=master)](https://travis-ci.org/i18next/i18next-parser) | ||
- **-c, --config <path>**: Path to the output directory (default: locales/$LOCALE/$NAMESPACE.json) | ||
- **-o, --output <path>**: Where to write the locale files. | ||
- **-c, --config <path>**: The config file with all the options | ||
- **-S, --silent**: The config file with all the options | ||
- **-S, --silent**: Disable logging to stdout. | ||
@@ -51,0 +51,0 @@ ### Gulp |
Sorry, the diff of this file is not supported yet
460573
18
+ Addedacorn-object-rest-spread@1.1.0(transitive)