Commit 0090af6 1 parent bae047f commit 0090af6 Copy full SHA for 0090af6
File tree 1 file changed +21
-16
lines changed
1 file changed +21
-16
lines changed Original file line number Diff line number Diff line change 19
19
"contributors" : [
20
20
" Twitter, Inc."
21
21
],
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" ,
22
43
"scripts" : {
23
44
"start" : " npm-run-all --parallel watch docs-serve" ,
24
45
"bundlewatch" : " bundlewatch --config .bundlewatch.config.json" ,
72
93
"watch-js-main" : " nodemon --watch js/src/ --ext js --exec \" npm-run-all js-lint js-compile\" " ,
73
94
"watch-js-docs" : " nodemon --watch site/assets/js/ --ext js --exec \" npm run js-lint\" "
74
95
},
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" : {},
91
96
"peerDependencies" : {
92
97
"jquery" : " 1.9.1 - 3" ,
93
98
"popper.js" : " ^1.16.1"
You can’t perform that action at this time.
0 commit comments