diff --git a/package.json b/package.json index 73653ce8..c6cb7757 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,7 @@ { "name": "it-tools", "version": "2024.5.13-a0bc346", - "packageManager": "pnpm@9.3.0", "description": "Collection of handy online tools for developers, with great UX. ", - "author": "Corentin Th (https://github.com/CorentinTh)", - "license": "GNU GPLv3", - "repository": { - "type": "git", - "url": "https://github.com/CorentinTh/it-tools" - }, "keywords": [ "productivity", "converter", @@ -20,6 +13,12 @@ "developer-tools", "developer-productivity" ], + "author": "Corentin Th (https://github.com/CorentinTh)", + "license": "GNU GPLv3", + "repository": { + "type": "git", + "url": "https://github.com/CorentinTh/it-tools" + }, "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && NODE_OPTIONS=--max_old_space_size=4096 vite build",