Skip to content

Commit 0090af6

Browse files
committed
package.json: add GitHub Sponsors and reorder properties (#35451)
1 parent bae047f commit 0090af6

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

package.json

+21-16
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,27 @@
1919
"contributors": [
2020
"Twitter, Inc."
2121
],
22+
"license": "MIT",
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/twbs/bootstrap.git"
26+
},
27+
"bugs": {
28+
"url": "https://github.com/twbs/bootstrap/issues"
29+
},
30+
"funding": [
31+
{
32+
"type": "github",
33+
"url": "https://github.com/sponsors/twbs"
34+
},
35+
{
36+
"type": "opencollective",
37+
"url": "https://opencollective.com/bootstrap"
38+
}
39+
],
40+
"main": "dist/js/bootstrap.js",
41+
"sass": "scss/bootstrap.scss",
42+
"style": "dist/css/bootstrap.css",
2243
"scripts": {
2344
"start": "npm-run-all --parallel watch docs-serve",
2445
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
@@ -72,22 +93,6 @@
7293
"watch-js-main": "nodemon --watch js/src/ --ext js --exec \"npm-run-all js-lint js-compile\"",
7394
"watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\""
7495
},
75-
"style": "dist/css/bootstrap.css",
76-
"sass": "scss/bootstrap.scss",
77-
"main": "dist/js/bootstrap.js",
78-
"repository": {
79-
"type": "git",
80-
"url": "git+https://github.com/twbs/bootstrap.git"
81-
},
82-
"bugs": {
83-
"url": "https://github.com/twbs/bootstrap/issues"
84-
},
85-
"license": "MIT",
86-
"funding": {
87-
"type": "opencollective",
88-
"url": "https://opencollective.com/bootstrap"
89-
},
90-
"dependencies": {},
9196
"peerDependencies": {
9297
"jquery": "1.9.1 - 3",
9398
"popper.js": "^1.16.1"

0 commit comments

Comments
 (0)