Skip to content

Commit 1fbc461

Browse files
committed
style(project): fix demo-pro app
1 parent c85185d commit 1fbc461

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/demo-pro/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ <h3 class="pt-3">Options</h3>
9292
The options are set via two-way data-binding. Insert your options as JSON to
9393
test it.
9494
</p>
95-
<p>For example you can insert <code> "{{ '{' }": true}</code></p>
95+
<p>For example you can insert <code>{{ '{' }} "disabled": true {{ '}' }}</code></p>
9696
<textarea [(ngModel)]="optionsStr" name="options"></textarea>
9797
</main>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"release:lib": "nx run ngx-jodit:version --releaseAs=patch --push",
1212
"publish:lib": "nx npm ngx-jodit",
1313
"build:lib:pro": "nx build ngx-jodit-pro",
14-
"release:lib:pro": "nx run ngx-jodit-pro:version --releaseAs=minor --push",
14+
"release:lib:pro": "nx run ngx-jodit-pro:version --releaseAs=patch --push",
1515
"publish:lib:pro": "nx npm ngx-jodit-pro",
1616
"build:docs": "nx build demo && mv -f ./dist/apps/demo/* ./docs",
1717
"test": "nx test"

0 commit comments

Comments
 (0)