File tree 3 files changed +16
-9
lines changed
3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 13
13
"test:lib" : " ng test angular-editor" ,
14
14
"build:lib" : " ng-packagr -p projects/angular-editor/ng-package.json" ,
15
15
"build-prod:lib" : " ng-packagr -p projects/angular-editor/ng-package.json -c projects/angular-editor/tsconfig.lib.prod.json" ,
16
- "publish:lib" : " npm run copy:readme && npm run copy:changelog && npm run copy:license && npm publish ./dist/angular-editor --tag next" ,
16
+ "publish:lib" : " npm run copy:readme && npm run copy:changelog && npm run copy:license && npm publish ./dist/angular-editor --tag next --access public " ,
17
17
"copy:readme" : " cpx README.md dist/angular-editor" ,
18
18
"copy:changelog" : " cpx CHANGELOG.md dist/angular-editor" ,
19
19
"copy:license" : " cpx LICENSE dist/angular-editor" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @kolkov /angular-editor" ,
3
- "version" : " 3 .0.0-beta.0 " ,
2
+ "name" : " @mhaseebtariq /angular-editor" ,
3
+ "version" : " 1 .0.6 " ,
4
4
"description" : " A simple native WYSIWYG editor for Angular 8+, 13+. Rich Text editor component for Angular." ,
5
- "author" : " Andrey Kolkov <a.kolkov @gmail.com>" ,
6
- "repository" : " https://github.com/kolkov /angular-editor" ,
5
+ "author" : " Haseeb Tariq <mohaseebtariq @gmail.com>" ,
6
+ "repository" : " https://github.com/mohaseebtariq /angular-editor" ,
7
7
"license" : " MIT" ,
8
8
"private" : false ,
9
9
"bugs" : {
10
- "url" : " https://github.com/kolkov /angular-editor/issues"
10
+ "url" : " https://github.com/mohaseebtariq /angular-editor/issues"
11
11
},
12
12
"peerDependencies" : {
13
- "@angular/common" : " >=13" ,
14
- "@angular/core" : " >=13"
13
+ "@angular/common" : " >=15" ,
14
+ "@angular/core" : " >=15" ,
15
+ "@fortawesome/angular-fontawesome" : " ^0.10.2" ,
16
+ "@fortawesome/free-brands-svg-icons" : " ^6.6.0" ,
17
+ "@fortawesome/free-solid-svg-icons" : " ^6.6.0" ,
18
+ "@fortawesome/fontawesome-svg-core" : " ^6.6.0"
15
19
},
16
20
"dependencies" : {
17
21
"tslib" : " ^2.3.0"
18
22
},
23
+ "publishConfig" : {
24
+ "access" : " public"
25
+ },
19
26
"keywords" : [
20
27
" angular" ,
21
28
" editor" ,
Original file line number Diff line number Diff line change 55
55
< button [id] ="'justifyRight-'+id " type ="button " title ="Justify Right " class ="angular-editor-button "
56
56
(click) ="triggerCommand('justifyRight') " [disabled] ="htmlMode " [hidden] ="isButtonHidden('justifyRight') "
57
57
tabindex ="-1 ">
58
- < i class =' fa fa-align-right ' > </ i >
58
+ < fa-icon [icon] =" faAlignRight " > </ fa-icon >
59
59
</ button >
60
60
< button [id] ="'justifyFull-'+id " type ="button " title ="Justify Full " class ="angular-editor-button "
61
61
(click) ="triggerCommand('justifyFull') " [disabled] ="htmlMode " [hidden] ="isButtonHidden('justifyFull') "
You can’t perform that action at this time.
0 commit comments