From e070c2c226ac5eb17e63707b65d44c20416be15b Mon Sep 17 00:00:00 2001 From: Zack Krida Date: Sun, 25 Oct 2020 12:15:58 -1000 Subject: [PATCH 1/2] Add `funding` key to package.json for npm fund command --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 3a36531ff..398a6e743 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,16 @@ "url": "https://github.com/creativecommons/vocabulary.git" }, "bugs": "https://github.com/creativecommons/vocabulary/issues/", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/creativecommons" + }, + { + "type": "donations", + "url": "https://www.classy.org/give/308451/#!/donation/checkout" + } + ], "homepage": "https://opensource.creativecommons.org/vocabulary", "keywords": [ "ui", From 077633af8e4f13b2e9a013d0dc886d25cb980f84 Mon Sep 17 00:00:00 2001 From: Zack Krida Date: Sun, 25 Oct 2020 12:18:18 -1000 Subject: [PATCH 2/2] Add `funding` key to package package.json files --- packages/fonts/package.json | 10 ++++++++++ packages/vocabulary/package.json | 10 ++++++++++ packages/vue-vocabulary/package.json | 10 ++++++++++ 3 files changed, 30 insertions(+) diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 703752d3b..d89ca4ff1 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -46,6 +46,16 @@ "webpack-cli": "^3.3.10" }, "bugs": "https://github.com/creativecommons/fonts/issues/", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/creativecommons" + }, + { + "type": "donations", + "url": "https://www.classy.org/give/308451/#!/donation/checkout" + } + ], "homepage": "https://creativecommons.github.io/cc-fonts/", "keywords": [ "ui", diff --git a/packages/vocabulary/package.json b/packages/vocabulary/package.json index 879bbd972..aef4010f3 100644 --- a/packages/vocabulary/package.json +++ b/packages/vocabulary/package.json @@ -53,6 +53,16 @@ "webpack-cli": "^3.3.10" }, "bugs": "https://github.com/creativecommons/vocabulary/issues/", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/creativecommons" + }, + { + "type": "donations", + "url": "https://www.classy.org/give/308451/#!/donation/checkout" + } + ], "homepage": "https://opensource.creativecommons.org/vocabulary", "keywords": [ "ui", diff --git a/packages/vue-vocabulary/package.json b/packages/vue-vocabulary/package.json index 11c48d265..a093b450f 100644 --- a/packages/vue-vocabulary/package.json +++ b/packages/vue-vocabulary/package.json @@ -65,6 +65,16 @@ "vue-template-compiler": "^2.6.12" }, "bugs": "https://github.com/creativecommons/vue-vocabulary/issues/", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/creativecommons" + }, + { + "type": "donations", + "url": "https://www.classy.org/give/308451/#!/donation/checkout" + } + ], "homepage": "https://creativecommons.github.io/vue-vocabulary/", "keywords": [ "ui",