Skip to content

Commit

Permalink
feat: change meteor icon kiot
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Dec 11, 2023
1 parent 33d556e commit eab6ce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ export default defineConfigWithTheme<ThemeConfig>({
*/
await copyAdditionalAssets([
{
src: './resources/meteor-icon-kit/public/icons/regular',
src: '../node_modules/@shopware-ag/meteor-icon-kit/icons/regular',
dst: 'icons/regular',
},
{
src: './resources/meteor-icon-kit/public/icons/solid',
src: '../node_modules/@shopware-ag/meteor-icon-kit/icons/solid',
dst: 'icons/solid',
},
]);
Expand Down
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,10 @@
"mkdirp",
"vite"
]
},
"overrides": {
"d3-color@<3.1.0": ">=3.1.0",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"@babel/traverse@<7.23.2": ">=7.23.2"
}
},
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"packageManager": "pnpm@8.6.0"
"packageManager": "pnpm@8.11.0"
}

0 comments on commit eab6ce8

Please sign in to comment.