Browse Source

chore: Add funding & homepage fields to package.json files

Michael Bromley 4 years ago
parent
commit
459a7940fb

+ 2 - 0
packages/admin-ui-plugin/package.json

@@ -13,6 +13,8 @@
     "lint": "tslint --fix --project ./",
     "compile": "tsc -p ./tsconfig.build.json"
   },
+  "homepage": "https://www.vendure.io/",
+  "funding": "https://github.com/sponsors/michaelbromley",
   "publishConfig": {
     "access": "public"
   },

+ 2 - 0
packages/admin-ui/package.json

@@ -13,6 +13,8 @@
     "extract-translations": "node scripts/extract-translations.js",
     "ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
   },
+  "homepage": "https://www.vendure.io/",
+  "funding": "https://github.com/sponsors/michaelbromley",
   "publishConfig": {
     "access": "public",
     "directory": "package"

+ 2 - 0
packages/asset-server-plugin/package.json

@@ -14,6 +14,8 @@
     "test": "jest --config ./jest.config.js",
     "e2e": "jest --config ../../e2e-common/jest-config.js --runInBand --package=asset-server-plugin"
   },
+  "homepage": "https://www.vendure.io/",
+  "funding": "https://github.com/sponsors/michaelbromley",
   "publishConfig": {
     "access": "public"
   },

+ 2 - 0
packages/common/package.json

@@ -10,6 +10,8 @@
     "test": "jest --config ./jest.config.js",
     "ci": "yarn build"
   },
+  "homepage": "https://www.vendure.io/",
+  "funding": "https://github.com/sponsors/michaelbromley",
   "publishConfig": {
     "access": "public"
   },

+ 2 - 0
packages/core/package.json

@@ -13,6 +13,8 @@
     "graphql",
     "typescript"
   ],
+  "homepage": "https://www.vendure.io/",
+  "funding": "https://github.com/sponsors/michaelbromley",
   "private": false,
   "license": "MIT",
   "scripts": {

+ 2 - 0
packages/create/package.json

@@ -16,6 +16,8 @@
     "watch": "yarn copy-assets && rimraf lib && tsc -p ./tsconfig.build.json -w",
     "lint": "tslint --fix --project ./"
   },
+  "homepage": "https://www.vendure.io/",
+  "funding": "https://github.com/sponsors/michaelbromley",
   "publishConfig": {
     "access": "public"
   },

+ 2 - 0
packages/elasticsearch-plugin/package.json

@@ -14,6 +14,8 @@
     "test": "jest --config ./jest.config.js",
     "e2e": "node e2e/check-connection.js || jest --config ../../e2e-common/jest-config.js --runInBand --package=elasticsearch-plugin"
   },
+  "homepage": "https://www.vendure.io/",
+  "funding": "https://github.com/sponsors/michaelbromley",
   "publishConfig": {
     "access": "public"
   },

+ 2 - 0
packages/email-plugin/package.json

@@ -15,6 +15,8 @@
     "lint": "tslint --fix --project ./",
     "test": "jest --config ./jest.config.js"
   },
+  "homepage": "https://www.vendure.io/",
+  "funding": "https://github.com/sponsors/michaelbromley",
   "publishConfig": {
     "access": "public"
   },

+ 2 - 0
packages/job-queue-plugin/package.json

@@ -16,6 +16,8 @@
     "e2e-wip": "node e2e/check-connection.js || jest --config ../../e2e-common/jest-config.js --runInBand --package=job-queue-plugin",
     "ci": "yarn build"
   },
+  "homepage": "https://www.vendure.io/",
+  "funding": "https://github.com/sponsors/michaelbromley",
   "publishConfig": {
     "access": "public"
   },

+ 2 - 0
packages/testing/package.json

@@ -22,6 +22,8 @@
     "type": "git",
     "url": "git+https://github.com/vendure-ecommerce/vendure.git"
   },
+  "homepage": "https://www.vendure.io/",
+  "funding": "https://github.com/sponsors/michaelbromley",
   "scripts": {
     "build": "tsc -p ./tsconfig.build.json",
     "watch": "tsc -p ./tsconfig.build.json -w",

+ 2 - 0
packages/ui-devkit/package.json

@@ -15,6 +15,8 @@
     "compiler",
     "scaffold"
   ],
+  "homepage": "https://www.vendure.io/",
+  "funding": "https://github.com/sponsors/michaelbromley",
   "publishConfig": {
     "access": "public"
   },