diff options
| author | Martijn Cuppens <[email protected]> | 2019-11-07 19:28:51 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-11-07 20:28:51 +0200 |
| commit | 67015b4aa2c075726aae7e2a2e014c87827f6d20 (patch) | |
| tree | a40c7fbadcd5be2faad7913247702ff15960040a | |
| parent | c9ae98ee38f1c9108b079a0a48a1b21cdbd55001 (diff) | |
| download | bootstrap-67015b4aa2c075726aae7e2a2e014c87827f6d20.tar.xz bootstrap-67015b4aa2c075726aae7e2a2e014c87827f6d20.zip | |
package.json: Add funding property (#29646)
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 191b609cd..f35f5674b 100644 --- a/package.json +++ b/package.json @@ -163,5 +163,9 @@ "peerDependencies": { "popper.js": "^1.16.0" } + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" } } |
