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 314eca5 commit 1160688Copy full SHA for 1160688
1 file changed
projects/ngx-diff2html/ng-package.json
@@ -2,6 +2,10 @@
2
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
3
"dest": "../../dist/ngx-diff2html",
4
"lib": {
5
- "entryFile": "src/public-api.ts"
+ "entryFile": "src/public-api.ts",
6
+ "umdModuleIds": {
7
+ "diff-match-patch": "diff-match-patch",
8
+ "diff2html": "diff2html"
9
+ }
10
}
11
0 commit comments