From 5b418ebcb0990e2cfe4ba5b09d142b8992d0e0b2 Mon Sep 17 00:00:00 2001 From: nothingismagick Date: Wed, 20 Nov 2019 11:45:06 +0100 Subject: [PATCH] feat(funding): add opencollective to npm funding --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 130e01dec..7f55b1e36 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "bin": { "tauri": "./mode/bin/tauri.js" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/tauri" + }, "scripts": { "test": "jest --coverage", "lint-fix": "eslint --ext .js mode --fix"