Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoGiordano committed Jul 12, 2024
1 parent 433aaba commit f8cd838
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This tool traverses your Angular project's source directory, identifies Angular
any style files that are
empty. It also updates the respective component files to remove references to the deleted style files.

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

## Installation

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bernardogiordano/ngx-stylesweep",
"version": "1.1.0",
"version": "1.2.0",
"description": "ngx-stylesweep is a command-line tool that removes empty style files from your Angular components.",
"main": "./dist/index.js",
"files": [
Expand Down

0 comments on commit f8cd838

Please sign in to comment.