Skip to content

Commit

Permalink
nxext#1159 generators.md and json for stencil outputtarget
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick W committed Dec 10, 2024
1 parent 92a9bd0 commit 966d846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/stencil/generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Type: `boolean`

## @nxext/stencil:add-outputtarget

Add react/angular/vue libraries for the component library
Add react/angular libraries for the component library

### Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/stencil/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"add-outputtarget": {
"factory": "./src/generators/add-outputtarget/add-outputtarget",
"schema": "./src/generators/add-outputtarget/schema.json",
"description": "Add react/angular libraries for the component library"
"description": "Add react/angular/vue libraries for the component library"
},
"add-outputtarget/add-angular": {
"factory": "./src/generators/add-outputtarget/add-angular/generator",
Expand Down

0 comments on commit 966d846

Please sign in to comment.