Skip to content

Commit 911c864

Browse files
committed
fix(ngx-diff): add styles to exports of package.json
Fixes [#78](#78)
1 parent 04318ea commit 911c864

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/ngx-diff/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"bugs": {
2424
"url": "https://github.com/rars/ngx-diff/issues"
2525
},
26-
"homepage": "https://github.com/rars/ngx-diff#readme"
26+
"homepage": "https://github.com/rars/ngx-diff#readme",
27+
"exports": {
28+
"./styles/": "./styles/"
29+
}
2730
}

0 commit comments

Comments
 (0)