Skip to content

Commit f7c6206

Browse files
authored
Fix index & bundle css exports (#35)
1 parent 5958d53 commit f7c6206

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

projects/angular-components/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frankframework/angular-components",
3-
"version": "1.4.0",
3+
"version": "1.4.2",
44
"description": "A collection of reusable components designed for use in Frank!Framework projects",
55
"author": "Vivy Booman",
66
"license": "Apache-2.0",
@@ -12,7 +12,15 @@
1212
},
1313
"exports": {
1414
".": {
15-
"css": "./index.css"
15+
"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"
1624
}
1725
},
1826
"peerDependencies": {

0 commit comments

Comments
 (0)