diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-28 08:45:04 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-28 08:45:04 -0700 |
| commit | bc037fb22f7c5de34d0cad6d4e1c34f1f39a61d7 (patch) | |
| tree | 72ec28d33fc19b551bc99ecae468685bf2d3e38b /package.json | |
| parent | d5b7c5e3b663e3031f803df41be28a1e9bc78843 (diff) | |
| download | graphiql-bc037fb22f7c5de34d0cad6d4e1c34f1f39a61d7.tar.gz graphiql-bc037fb22f7c5de34d0cad6d4e1c34f1f39a61d7.zip | |
adds repo and homepage fields to package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files 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" } |