package.json: move funding property higher. (#29936)

This commit is contained in:
XhmikosR 2020-01-02 10:20:57 +02:00 committed by Martijn Cuppens
parent 4ba7248308
commit 8295ad7629

View File

@ -82,6 +82,10 @@
"url": "https://github.com/twbs/bootstrap/issues"
},
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
},
"dependencies": {},
"peerDependencies": {
"popper.js": "^1.16.0"
@ -163,9 +167,5 @@
"peerDependencies": {
"popper.js": "^1.16.0"
}
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
}