From deae4ca4306aefaacd8521c321475853398af358 Mon Sep 17 00:00:00 2001 From: Janis Date: Mon, 24 Jul 2023 01:15:53 +0200 Subject: [PATCH] update package.json --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package.json b/package.json index b4b2ee3..f902848 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,16 @@ "Remote" ], "author": "DerTyp7", + "repository": { + "type": "git", + "url": "https://github.com/DerTyp7/react-ts5-remote-app-api" + }, "license": "ISC", + "files": [ + "dist", + "LICENSE", + "README.md" + ], "dependencies": { "@types/react": "^18.2.15", "react": "^18.2.0", @@ -31,6 +40,9 @@ "tslib": "^2.6.0", "typescript": "^5.1.6" }, + "peerDependencies": { + "react": ">=18" + }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.1.0", "@typescript-eslint/parser": "^6.1.0",