Skip to content

Commit bbfe360

Browse files
committed
2.2.1 - Fixing angular 10 compat
1 parent bb577a2 commit bbfe360

File tree

2 files changed

+71
-56
lines changed

2 files changed

+71
-56
lines changed

projects/fastcomments-angular/package-lock.json

Lines changed: 60 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/fastcomments-angular/package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"name": "ngx-fastcomments",
3-
"version": "2.2.0",
4-
"keywords": ["fastcomments", "fast-comments", "commenting", "live-comments", "embedded comment widget"],
3+
"version": "2.2.1",
4+
"keywords": [
5+
"fastcomments",
6+
"fast-comments",
7+
"commenting",
8+
"live-comments",
9+
"embedded comment widget"
10+
],
11+
"dependencies": {
12+
"tslib": "^2.0.0"
13+
},
514
"peerDependencies": {
615
"@angular/common": "*",
716
"@angular/core": "*",

0 commit comments

Comments
 (0)