package.json: add GitHub Sponsors and reorder properties
This commit is contained in:
parent
b1290ff189
commit
16585fedd3
1 changed files with 22 additions and 16 deletions
38
package.json
38
package.json
|
|
@ -17,6 +17,28 @@
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Twitter, Inc."
|
"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": {
|
"scripts": {
|
||||||
"start": "npm-run-all --parallel watch docs-serve",
|
"start": "npm-run-all --parallel watch docs-serve",
|
||||||
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
|
"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-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\""
|
"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": {},
|
"dependencies": {},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@popperjs/core": "^2.5.4"
|
"@popperjs/core": "^2.5.4"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue