Commit 0e09c6b8 authored by XhmikosR's avatar XhmikosR
Browse files

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

parent 80d842b5
Showing with 4 additions and 4 deletions
+4 -4
...@@ -97,6 +97,10 @@ ...@@ -97,6 +97,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": {
"jquery": "1.9.1 - 3", "jquery": "1.9.1 - 3",
...@@ -175,9 +179,5 @@ ...@@ -175,9 +179,5 @@
"jquery": "1.9.1 - 3", "jquery": "1.9.1 - 3",
"popper.js": "^1.16.0" "popper.js": "^1.16.0"
} }
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment