Skip to content

Commit 7cd48c3

Browse files
committed
Add missing dependency
1 parent 6a3e209 commit 7cd48c3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

projects/ngx-diff2html/ng-package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"entryFile": "src/public-api.ts",
66
"umdModuleIds": {
77
"diff-match-patch": "diff-match-patch",
8-
"diff2html": "diff2html"
8+
"diff2html": "diff2html",
9+
"path": "path"
910
}
1011
},
1112
"whitelistedNonPeerDependencies": [
1213
"diff-match-patch",
13-
"diff2html"
14+
"diff2html",
15+
"path"
1416
]
1517
}

projects/ngx-diff2html/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"homepage": "https://axel-dev.github.io/ngx-diff2html",
1818
"dependencies": {
1919
"diff-match-patch": "^1.0.4",
20-
"diff2html": "^2.12.2"
20+
"diff2html": "^2.12.2",
21+
"path": "^0.12.7"
2122
},
2223
"peerDependencies": {
2324
"@angular/common": "^8.2.14",

0 commit comments

Comments
 (0)