]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
package.json: add GitHub Sponsors and reorder properties (#35451)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 7 Feb 2022 08:15:17 +0000 (10:15 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 08:15:17 +0000 (10:15 +0200)
package.json

index a21e21b72ff145fd1449c1542cfe88e8f74cdbd6..4d890cbd6cfc90c9a06e20c679efe8cf8c79a1fa 100644 (file)
   "contributors": [
     "Twitter, Inc."
   ],
+  "license": "MIT",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/twbs/bootstrap.git"
+  },
+  "bugs": {
+    "url": "https://github.com/twbs/bootstrap/issues"
+  },
+  "funding": [
+    {
+      "type": "github",
+      "url": "https://github.com/sponsors/twbs"
+    },
+    {
+      "type": "opencollective",
+      "url": "https://opencollective.com/bootstrap"
+    }
+  ],
+  "main": "dist/js/bootstrap.js",
+  "module": "dist/js/bootstrap.esm.js",
+  "sass": "scss/bootstrap.scss",
+  "style": "dist/css/bootstrap.css",
   "scripts": {
     "start": "npm-run-all --parallel watch docs-serve",
     "bundlewatch": "bundlewatch --config .bundlewatch.config.json",
     "watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"",
     "watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\""
   },
-  "style": "dist/css/bootstrap.css",
-  "sass": "scss/bootstrap.scss",
-  "main": "dist/js/bootstrap.js",
-  "module": "dist/js/bootstrap.esm.js",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/twbs/bootstrap.git"
-  },
-  "bugs": {
-    "url": "https://github.com/twbs/bootstrap/issues"
-  },
-  "license": "MIT",
-  "funding": {
-    "type": "opencollective",
-    "url": "https://opencollective.com/bootstrap"
-  },
   "peerDependencies": {
     "@popperjs/core": "^2.11.2"
   },