From b2767c7d8ad4b74e244b6162660b48d13fcfaae5 Mon Sep 17 00:00:00 2001 From: Benjamin Blackwood Date: Tue, 12 Nov 2019 00:08:18 +1100 Subject: [PATCH] Add funding field to package.json (#10687) [ci-skip] --- packages/babel-core/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 7b64334e7030..4da69a87d404 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -28,6 +28,10 @@ "engines": { "node": ">=6.9.0" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + }, "browser": { "./lib/config/files/index.js": "./lib/config/files/index-browser.js", "./lib/transform-file.js": "./lib/transform-file-browser.js"