Skip to content

Commit 81fb2f3

Browse files
Bump version
1 parent 16a96d4 commit 81fb2f3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ To use `ngx-stylesweep`, run the following command in your project's root direct
2727
ngx-stylesweep -p /path/to/your/angular/project
2828

2929
Options:
30-
-V, --version output the version number
31-
-p, --path <path> Path to the root source directory (default: ".")
32-
-h, --help display help for command
30+
-V, --version output the version number
31+
-p, --path <path> Path to the root source directory (default: ".")
32+
-d, --dry-run Dry run (no changes will be made) (default: false)
33+
-h, --help display help for command
3334
```
3435

3536
## Contributing

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bernardogiordano/ngx-stylesweep",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "ngx-stylesweep is a command-line tool that removes empty style files from your Angular components.",
55
"main": "./dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)