Skip to content

Commit

Permalink
Merge pull request #2374 from LuccaSA/hotfix/lucca-icons-type
Browse files Browse the repository at this point in the history
fix(icons): fix missing type export in built bundle
  • Loading branch information
Supamiu authored Oct 24, 2023
2 parents 186bae8 + 931e8ab commit ddacab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runTask('Lucca Front compilation', async () => {
output: OUTPUT_ICONS,
});
copyFiles({
patterns: ['lucca-icon.d.ts', 'package.json', 'src/**'],
patterns: ['index.d.ts', 'package.json', 'src/**'],
context: ICONS,
output: OUTPUT_ICONS,
});
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/LuccaSA/lucca-front.git"
},
"scripts": {},
"main": "lucca-icon.d.ts",
"main": "index.d.ts",
"keywords": [
"lucca",
"icons"
Expand Down

0 comments on commit ddacab0

Please sign in to comment.