We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3e209 commit 7cd48c3Copy full SHA for 7cd48c3
projects/ngx-diff2html/ng-package.json
@@ -5,11 +5,13 @@
5
"entryFile": "src/public-api.ts",
6
"umdModuleIds": {
7
"diff-match-patch": "diff-match-patch",
8
- "diff2html": "diff2html"
+ "diff2html": "diff2html",
9
+ "path": "path"
10
}
11
},
12
"whitelistedNonPeerDependencies": [
13
"diff-match-patch",
- "diff2html"
14
+ "diff2html",
15
+ "path"
16
]
17
projects/ngx-diff2html/package.json
@@ -17,7 +17,8 @@
"homepage": "https://axel-dev.github.io/ngx-diff2html",
18
"dependencies": {
19
"diff-match-patch": "^1.0.4",
20
- "diff2html": "^2.12.2"
+ "diff2html": "^2.12.2",
21
+ "path": "^0.12.7"
22
23
"peerDependencies": {
24
"@angular/common": "^8.2.14",
0 commit comments