diff --git a/package.json b/package.json index fae01dc58..c3d27dcff 100755 --- a/package.json +++ b/package.json @@ -12,6 +12,8 @@ "types": "dist/types/index.d.ts", "unpkg": "dist/ionicons/ionicons.esm.js", "jsdelivr": "dist/ionicons/ionicons.esm.js", + "collection": "dist/collection/collection-manifest.json", + "collection:main": "dist/collection/index.js", "exports": { ".": { "types": "./dist/types/index.d.ts", diff --git a/stencil.config.ts b/stencil.config.ts index 03c07a8ae..224af3b3c 100755 --- a/stencil.config.ts +++ b/stencil.config.ts @@ -6,7 +6,7 @@ export const config: Config = { outputTargets: [ { type: 'dist', - collectionDir: null, + collectionDir: './collection', empty: false, }, {