Comparing version 0.1.0 to 0.2.0
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
const program = new Command(); | ||
program.option('-c, --config <path>', 'Path to configuration file', 'bundle-size.config.json'); | ||
program.option('-c, --config <path>', 'Path to configuration file', 'compsizer.config.json'); | ||
program.parse(process.argv); | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "compsizer", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A tool for analysing the size of component packages in your monorepo.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -29,3 +29,3 @@ # compsizer | ||
If you use the default configuration file name `bundle-size.config.json`, simply run: | ||
If you use the default configuration file name `compsizer.config.json`, simply run: | ||
@@ -64,5 +64,5 @@ ```bash | ||
You need to create a configuration file (default: `bundle-size.config.json`) that specifies the inclusion/exclusion patterns for files, size limits, and compression options. | ||
You need to create a configuration file (default: `compsizer.config.json`) that specifies the inclusion/exclusion patterns for files, size limits, and compression options. | ||
### Example Configuration (`bundle-size.config.json`) | ||
### Example Configuration (`compsizer.config.json`) | ||
@@ -69,0 +69,0 @@ ```json |
18725
291