Skip to content

Commit 8913ed3

Browse files
committed
Update dependencies
1 parent d097372 commit 8913ed3

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

projects/ngx-diff2html/ng-package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
"diff-match-patch": "diff-match-patch",
88
"diff2html": "diff2html"
99
}
10-
}
10+
},
11+
"whitelistedNonPeerDependencies": [
12+
"diff-match-patch",
13+
"diff2html"
14+
]
1115
}
Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
{
22
"name": "ngx-diff2html",
33
"version": "0.0.1",
4-
"peerDependencies": {
5-
"@angular/common": "^8.2.14",
6-
"@angular/core": "^8.2.14",
4+
"description": "A text diff component library for Angular.",
5+
"keywords": [
6+
"Angular",
7+
"Library",
8+
"Google",
9+
"Diff",
10+
"diff2html"
11+
],
12+
"license": "MIT",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/AXeL-dev/ngx-diff2html"
16+
},
17+
"homepage": "https://axel-dev.github.io/ngx-diff2html",
18+
"dependencies": {
719
"diff-match-patch": "^1.0.4",
820
"diff2html": "^2.12.2"
21+
},
22+
"peerDependencies": {
23+
"@angular/common": "^8.2.14",
24+
"@angular/core": "^8.2.14"
925
}
1026
}

0 commit comments

Comments
 (0)