Parcourir la source

chore: Add repository url to package.json

Michael Bromley il y a 9 mois
Parent
commit
5b6eeaa1f1
2 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 5 0
      package.json
  2. 1 1
      packages/core/package.json

+ 5 - 0
package.json

@@ -5,6 +5,11 @@
   "engines": {
     "node": ">= 18"
   },
+  "homepage": "https://www.vendure.io",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/vendure-ecommerce/vendure"
+  },
   "scripts": {
     "watch": "lerna run watch --parallel",
     "watch:core-common": "lerna run --scope @vendure/common --scope @vendure/core watch --parallel",

+ 1 - 1
packages/core/package.json

@@ -13,7 +13,7 @@
         "graphql",
         "typescript"
     ],
-    "homepage": "https://www.vendure.io/",
+    "homepage": "https://www.vendure.io",
     "funding": "https://github.com/sponsors/michaelbromley",
     "private": false,
     "license": "GPL-3.0-or-later",