From a98d0d21f922d99b98174c196df1b1a350e610c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Tue, 15 Mar 2022 12:16:53 +0100 Subject: [PATCH] Add `funding` key to package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 06c9476ab..51044017f 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,16 @@ "type": "git", "url": "https://github.com/pugjs/pug.git" }, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/pug" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/pug" + } + ], "scripts": { "prettier:check": "prettier --ignore-path .gitignore --list-different './**/*.js'", "format": "prettier --ignore-path .gitignore --write './**/*.js'",