File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 77 "diff-match-patch" : " diff-match-patch" ,
88 "diff2html" : " diff2html"
99 }
10- }
10+ },
11+ "whitelistedNonPeerDependencies" : [
12+ " diff-match-patch" ,
13+ " diff2html"
14+ ]
1115}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments