From bc037fb22f7c5de34d0cad6d4e1c34f1f39a61d7 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Tue, 28 Apr 2026 08:45:04 -0700 Subject: adds repo and homepage fields to package.json --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 93c62ab..675f99b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,10 @@ "./standalone": "./dist/standalone.js", "./standalone.css": "./dist/standalone.css" }, - "files": ["dist"], + "files": [ + "dist" + ], + "homepage": "https://code.webb.page/eol/graphiql.git/about", "license": "MIT", "name": "@eeeooolll/graphiql", "peerDependencies": { @@ -55,6 +58,10 @@ "publishConfig": { "access": "public" }, + "repository": { + "type": "git", + "url": "https://code.webb.page/eol/graphiql.git" + }, "scripts": { "build": "vite build", "build:standalone": "vite build --config vite.standalone.config.ts", @@ -68,5 +75,5 @@ "update": "updates --update" }, "type": "module", - "version": "0.4.0" + "version": "0.4.1" } -- cgit v1.2.3