diff --git a/projects/angular-components/package.json b/projects/angular-components/package.json index bf2e176..8e15d6a 100644 --- a/projects/angular-components/package.json +++ b/projects/angular-components/package.json @@ -1,6 +1,6 @@ { "name": "@frankframework/angular-components", - "version": "1.4.0", + "version": "1.4.2", "description": "A collection of reusable components designed for use in Frank!Framework projects", "author": "Vivy Booman", "license": "Apache-2.0", @@ -12,7 +12,15 @@ }, "exports": { ".": { - "css": "./index.css" + "style": "./index.css" + }, + "./index.css": { + "style": "./index.css", + "default": "./index.css" + }, + "./bundle.css": { + "style": "./bundle.css", + "default": "./bundle.css" } }, "peerDependencies": {