Skip to content

Commit

Permalink
package.json: move funding property higher. (twbs#29936)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and MartijnCuppens committed Jan 2, 2020
1 parent 4ba7248 commit 8295ad7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -163,9 +167,5 @@
"peerDependencies": {
"popper.js": "^1.16.0"
}
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
}

0 comments on commit 8295ad7

Please sign in to comment.