From 0e09c6b831cc87ae034d253b2f09536dde21d75e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 2 Jan 2020 10:20:57 +0200 Subject: [PATCH] package.json: move funding property higher. (#29936) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ac893ba2bc..47f62c54ba 100644 --- a/package.json +++ b/package.json @@ -97,6 +97,10 @@ "url": "https://github.com/twbs/bootstrap/issues" }, "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, "dependencies": {}, "peerDependencies": { "jquery": "1.9.1 - 3", @@ -175,9 +179,5 @@ "jquery": "1.9.1 - 3", "popper.js": "^1.16.0" } - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" } }