Skip to content

Commit 9d1a320

Browse files
Update to v4.5.2
1 parent d94246c commit 9d1a320

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "angular-froala-wysiwyg-base",
3-
"version": "4.5.1",
3+
"version": "4.5.2",
44
"description": "Angular 19+ versions bindings for Froala WYSIWYG HTML rich text editor",
55
"main": "bundles/angular-froala-wysiwyg.umd.js",
66
"typings": "index.d.ts",
77
"module": "index.js",
88
"scripts": {
99
"demo.serve": "ng serve --host 0.0.0.0 --disable-host-check angular-froala-wysiwyg-demo",
1010
"demo.build": "ng build angular-froala-wysiwyg-demo",
11-
"build": "ng build angular-froala-wysiwyg",
11+
"build": "ng build angular-froala-wysiwyg && cp README.md dist/",
1212
"start": "npm run demo.serve"
1313
},
1414
"repository": {
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"font-awesome": "^4.7.0",
38-
"froala-editor": "^4.5.1",
38+
"froala-editor": "^4.5.2",
3939
"tslib": "^2.8.1"
4040
},
4141
"peerDependencies": {},

projects/library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"url": "https://github.com/froala/angular-froala-wysiwyg.git",
66
"directory":"projects/library"
77
},
8-
"version": "4.5.1",
8+
"version": "4.5.2",
99
"dependencies": {
10-
"froala-editor": "4.5.1"
10+
"froala-editor": "4.5.2"
1111
}
1212
}

0 commit comments

Comments
 (0)