From bdc305aa83b23b25b3dd3d58b5b4520d30b00b01 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Thu, 21 Dec 2023 01:53:47 +0100 Subject: [PATCH] reorder package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3c1be2a..6c954cd 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,12 @@ "version": "1.4.0", "description": "Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG.", "homepage": "https://github.com/vogler/free-games-claimer", + "repository": { + "type": "git", + "url": "https://github.com/vogler/free-games-claimer.git" + }, + "author": "Ralf Vogler", + "license": "AGPL-3.0-only", "main": "index.js", "scripts": { "docker:build": "docker build . -t ghcr.io/vogler/free-games-claimer", @@ -23,12 +29,6 @@ "playwright-firefox": "^1.40.1", "puppeteer-extra-plugin-stealth": "^2.11.2" }, - "repository": { - "type": "git", - "url": "https://github.com/vogler/free-games-claimer.git" - }, - "author": "Ralf Vogler", - "license": "AGPL-3.0-only", "devDependencies": { "@stylistic/eslint-plugin-js": "^1.5.1", "eslint": "^8.56.0"