Browse Source

add repository.url for OIDC Provenance

Yuki Takei 1 week ago
parent
commit
224611c8ca
2 changed files with 8 additions and 0 deletions
  1. 4 0
      packages/core/package.json
  2. 4 0
      packages/pluginkit/package.json

+ 4 - 0
packages/core/package.json

@@ -3,6 +3,10 @@
   "version": "2.1.0",
   "version": "2.1.0",
   "description": "GROWI Core Libraries",
   "description": "GROWI Core Libraries",
   "license": "MIT",
   "license": "MIT",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/growilabs/growi"
+  },
   "keywords": [
   "keywords": [
     "growi"
     "growi"
   ],
   ],

+ 4 - 0
packages/pluginkit/package.json

@@ -3,6 +3,10 @@
   "version": "1.2.1",
   "version": "1.2.1",
   "description": "Plugin kit for GROWI",
   "description": "Plugin kit for GROWI",
   "license": "MIT",
   "license": "MIT",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/growilabs/growi"
+  },
   "main": "dist/index.cjs",
   "main": "dist/index.cjs",
   "module": "dist/index.js",
   "module": "dist/index.js",
   "types": "dist/index.d.ts",
   "types": "dist/index.d.ts",