Skip to content

Commit f8cd838

Browse files
Bump version
1 parent 433aaba commit f8cd838

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This tool traverses your Angular project's source directory, identifies Angular
88
any style files that are
99
empty. It also updates the respective component files to remove references to the deleted style files.
1010

11-
This tool comes with support for Angular `@Component`'s `styleUrl` attribute. Support for `styleUrls` and other style
12-
attributes is coming soon.
11+
This tool comes with support for Angular `@Component`'s `styleUrl` and `styleUrls` attribute.
12+
Support for other style attributes, if available, will come soon.
1313

1414
## Installation
1515

@@ -30,6 +30,8 @@ Options:
3030
-V, --version output the version number
3131
-p, --path <path> Path to the root source directory (default: ".")
3232
-d, --dry-run Dry run (no changes will be made) (default: false)
33+
-y, --yes Automatically apply changes (default: false)
34+
-v, --verbose Verbose output (default: false)
3335
-h, --help display help for command
3436
```
3537

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.0",
3+
"version": "1.2.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)