1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 18:40:03 +00:00

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" "url": "https://github.com/twbs/bootstrap/issues"
}, },
"license": "MIT", "license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
},
"dependencies": {}, "dependencies": {},
"peerDependencies": { "peerDependencies": {
"popper.js": "^1.16.0" "popper.js": "^1.16.0"
@ -163,9 +167,5 @@
"peerDependencies": { "peerDependencies": {
"popper.js": "^1.16.0" "popper.js": "^1.16.0"
} }
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
} }
} }