Skip to content

Commit

Permalink
Hot fix for astro-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JAAKKQ committed Aug 11, 2024
1 parent d527511 commit 071c6c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@astrojs/tailwind": "5.1.0",
"@iconify-json/flat-color-icons": "^1.1.10",
"@iconify-json/tabler": "^1.1.103",
"@iconify/tools": "^4.0.4",
"@playform/build": "0.0.7",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash.merge": "^4.6.9",
Expand All @@ -48,7 +47,12 @@
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"overrides": {
"astro-icon": {
"@iconify/tools": "^4.0.0"
}
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >= 21.0.0"
}
}
}
11 changes: 0 additions & 11 deletions tsconfig.json

This file was deleted.

0 comments on commit 071c6c5

Please sign in to comment.