Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-11-07 21:28:51 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-11-25 14:12:53 +0300
commit5be0fe882053b9fd89eaa098abe4554f0f129356 (patch)
treea283efb202e933581915560569f8fd912ea6a136
parenta0bb4176919a47cb0f5d947a91e427639c345014 (diff)
package.json: Add funding property (#29646)
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3c48f363c1..80c060b50d 100644
--- a/package.json
+++ b/package.json
@@ -177,5 +177,9 @@
"jquery": "1.9.1 - 3",
"popper.js": "^1.16.0"
}
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/bootstrap"
}
}