aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-12-08 22:08:16 +0200
committerXhmikosR <[email protected]>2020-12-08 22:08:16 +0200
commit16585fedd35e2e8b1d29e122433919b758b3a130 (patch)
treeb450c181a9a87acaea785e2629897282e0607684
parentb1290ff189f03fae12a74ece09b25069d6f97f1a (diff)
downloadbootstrap-main-xmr-pck-sponsors.tar.xz
bootstrap-main-xmr-pck-sponsors.zip
package.json: add GitHub Sponsors and reorder propertiesmain-xmr-pck-sponsors
-rw-r--r--package.json38
1 files changed, 22 insertions, 16 deletions
diff --git a/package.json b/package.json
index f82cb7acc..f9997ccff 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,28 @@
"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"
+ }
+ ],
+ "style": "dist/css/bootstrap.css",
+ "sass": "scss/bootstrap.scss",
+ "main": "dist/js/bootstrap.js",
+ "module": "dist/js/bootstrap.esm.js",
"scripts": {
"start": "npm-run-all --parallel watch docs-serve",
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
@@ -77,22 +99,6 @@
"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"
- },
"dependencies": {},
"peerDependencies": {
"@popperjs/core": "^2.5.4"