From: XhmikosR Date: Thu, 2 Jan 2020 08:20:57 +0000 (+0200) Subject: package.json: move funding property higher. (#29936) X-Git-Tag: v5.0.0-alpha1~557 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8295ad7629644e0cd942c01b2b05b186704b14db;p=thirdparty%2Fbootstrap.git package.json: move funding property higher. (#29936) --- diff --git a/package.json b/package.json index 7b4eaaf89b..d70a90655c 100644 --- a/package.json +++ b/package.json @@ -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" } }