]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
package.json: move funding property higher. (#29936)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 2 Jan 2020 08:20:57 +0000 (10:20 +0200)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 2 Jan 2020 08:20:57 +0000 (09:20 +0100)
package.json

index 7b4eaaf89b7ab4571d49dbff7cc192840a07ff09..d70a90655c24748df8ede41f3dfb291ef8d3b796 100644 (file)
     "url": "https://github.com/twbs/bootstrap/issues"
   },
   "license": "MIT",
+  "funding": {
+    "type": "opencollective",
+    "url": "https://opencollective.com/bootstrap"
+  },
   "dependencies": {},
   "peerDependencies": {
     "popper.js": "^1.16.0"
     "peerDependencies": {
       "popper.js": "^1.16.0"
     }
-  },
-  "funding": {
-    "type": "opencollective",
-    "url": "https://opencollective.com/bootstrap"
   }
 }