]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
package.json: Add funding property (#29646)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 7 Nov 2019 18:28:51 +0000 (19:28 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 25 Nov 2019 11:12:53 +0000 (13:12 +0200)
package.json

index 3c48f363c1160ae88f7b74d81aad422bbc7f8cfa..80c060b50d8f8b3b07512d4a48f7b9a6374f9163 100644 (file)
       "jquery": "1.9.1 - 3",
       "popper.js": "^1.16.0"
     }
+  },
+  "funding": {
+    "type": "opencollective",
+    "url": "https://opencollective.com/bootstrap"
   }
 }