Skip to content

Commit

Permalink
Add funding field to package.json (#10687) [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
BBlackwo authored and JLHwung committed Nov 11, 2019
1 parent 8e5f2dc commit b2767c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/babel-core/package.json
Expand Up @@ -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"
Expand Down

0 comments on commit b2767c7

Please sign in to comment.