Skip to content

Commit 08d977b

Browse files
authored
feat(sponsor): added sponsor banner (#1422)
1 parent 63fbd3b commit 08d977b

File tree

7 files changed

+8694
-5956
lines changed

7 files changed

+8694
-5956
lines changed

.github/fern-banner.svg

-11
This file was deleted.

.github/sponsor-banner.svg

+10
Loading

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Useful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).
88

9+
## Sponsors
10+
11+
[![Renderize banner](./.github/sponsor-banner.svg)](https://renderize.tech?utm_source=it-tools&utm_medium=readme)
12+
913
## Functionalities and roadmap
1014

1115
Please check the [issues](https://github.com/CorentinTh/it-tools/issues) to see if some feature listed to be implemented.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "it-tools",
3+
"type": "module",
34
"version": "2024.10.22-7ca5933",
4-
"packageManager": "pnpm@8.15.3",
5+
"packageManager": "pnpm@9.11.0",
56
"description": "Collection of handy online tools for developers, with great UX. ",
67
"author": "Corentin Th <[email protected]> (https://corentin.tech)",
78
"license": "GNU GPLv3",
@@ -137,7 +138,7 @@
137138
"less": "^4.1.3",
138139
"prettier": "^3.0.0",
139140
"typescript": "~5.2.0",
140-
"unocss": "^0.57.0",
141+
"unocss": "^0.65.1",
141142
"unocss-preset-scrollbar": "^0.2.1",
142143
"unplugin-icons": "^0.17.0",
143144
"unplugin-vue-components": "^0.25.0",

0 commit comments

Comments
 (0)