From 84efaf9ff0799eb4796ce91bd4ea8d55855e6353 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 26 Dec 2019 11:34:54 +0100 Subject: [PATCH] Add funding field to package --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b3894f9..c1917e0 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,10 @@ "license": "Apache-2.0", "author": "Mattia Astorino [@equinusocio]", "icon": "logo.png", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/vsc-material-theme" + }, "galleryBanner": { "color": "#11131C", "theme": "dark" @@ -30,7 +34,7 @@ "build:ui": "node dist/scripts/ui/index.js", "build:generate-themes": "node dist/scripts/generator/index.js", "build:ts": "tsc -p ./tsconfig.json && ncp dist/src/ build && ncp material-theme.config.json build", - "postinstall": "node ./node_modules/vscode/bin/install && opencollective postinstall && tsc -p tsconfig.json" + "postinstall": "node ./node_modules/vscode/bin/install && tsc -p tsconfig.json" }, "categories": [ "Themes",