aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json11
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"
}