We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5958d53 commit f7c6206Copy full SHA for f7c6206
1 file changed
projects/angular-components/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@frankframework/angular-components",
3
- "version": "1.4.0",
+ "version": "1.4.2",
4
"description": "A collection of reusable components designed for use in Frank!Framework projects",
5
"author": "Vivy Booman",
6
"license": "Apache-2.0",
@@ -12,7 +12,15 @@
12
},
13
"exports": {
14
".": {
15
- "css": "./index.css"
+ "style": "./index.css"
16
+ },
17
+ "./index.css": {
18
+ "style": "./index.css",
19
+ "default": "./index.css"
20
21
+ "./bundle.css": {
22
+ "style": "./bundle.css",
23
+ "default": "./bundle.css"
24
}
25
26
"peerDependencies": {
0 commit comments