Skip to content

Commit

Permalink
style(project): fix demo-pro app
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Oct 24, 2024
1 parent c85185d commit 1fbc461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/demo-pro/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ <h3 class="pt-3">Options</h3>
The options are set via two-way data-binding. Insert your options as JSON to
test it.
</p>
<p>For example you can insert <code> "{{ '{' }": true}</code></p>
<p>For example you can insert <code>{{ '{' }} "disabled": true {{ '}' }}</code></p>
<textarea [(ngModel)]="optionsStr" name="options"></textarea>
</main>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"release:lib": "nx run ngx-jodit:version --releaseAs=patch --push",
"publish:lib": "nx npm ngx-jodit",
"build:lib:pro": "nx build ngx-jodit-pro",
"release:lib:pro": "nx run ngx-jodit-pro:version --releaseAs=minor --push",
"release:lib:pro": "nx run ngx-jodit-pro:version --releaseAs=patch --push",
"publish:lib:pro": "nx npm ngx-jodit-pro",
"build:docs": "nx build demo && mv -f ./dist/apps/demo/* ./docs",
"test": "nx test"
Expand Down

0 comments on commit 1fbc461

Please sign in to comment.