]> 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)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 2 Jan 2020 10:11:56 +0000 (12:11 +0200)
package.json

index ac893ba2bcd921c986233e036002167b9554eafb..47f62c54babe48fbf695a68abe7da0d641c44753 100644 (file)
     "url": "https://github.com/twbs/bootstrap/issues"
   },
   "license": "MIT",
+  "funding": {
+    "type": "opencollective",
+    "url": "https://opencollective.com/bootstrap"
+  },
   "dependencies": {},
   "peerDependencies": {
     "jquery": "1.9.1 - 3",
       "jquery": "1.9.1 - 3",
       "popper.js": "^1.16.0"
     }
-  },
-  "funding": {
-    "type": "opencollective",
-    "url": "https://opencollective.com/bootstrap"
   }
 }