Skip to content

Commit 1f44b34

Browse files
committed
fix(ngx-diff): avoid directory export for style CSS
1 parent c259432 commit 1f44b34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/ngx-diff/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
},
2626
"homepage": "https://github.com/rars/ngx-diff#readme",
2727
"exports": {
28-
"./styles/": "./styles/"
28+
"./styles/*": {
29+
"style": "./styles/*.css"
30+
}
2931
}
3032
}

0 commit comments

Comments
 (0)