Add funding field to package.json (#10687) [ci-skip]

This commit is contained in:
Benjamin Blackwood 2019-11-12 00:08:18 +11:00 committed by Huáng Jùnliàng
parent 8e5f2dc929
commit b2767c7d8a

View File

@ -28,6 +28,10 @@
"engines": { "engines": {
"node": ">=6.9.0" "node": ">=6.9.0"
}, },
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/babel"
},
"browser": { "browser": {
"./lib/config/files/index.js": "./lib/config/files/index-browser.js", "./lib/config/files/index.js": "./lib/config/files/index-browser.js",
"./lib/transform-file.js": "./lib/transform-file-browser.js" "./lib/transform-file.js": "./lib/transform-file-browser.js"