Skip to content

Commit c8d86cc

Browse files
Update package manifest
1 parent bd6bb21 commit c8d86cc

File tree

2 files changed

+35
-31
lines changed

2 files changed

+35
-31
lines changed

package.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,23 @@
99
"type": "git",
1010
"url": "https://github.com/ComputerScienceHouse/csh-material-bootstrap.git"
1111
},
12+
"bugs": {
13+
"url": "https://github.com/ComputerScienceHouse/csh-material-bootstrap/issues"
14+
},
1215
"engines": {
1316
"node": ">=6"
1417
},
18+
"style": "dist/csh-material-bootstrap.css",
19+
"sass": "src/csh-material-bootstrap.scss",
1520
"scripts": {
1621
"build": "node tools/build.js",
1722
"start": "node tools/build.js --watch"
1823
},
24+
"dependencies": {},
25+
"peerDependencies": {
26+
"jquery": "1.9.1 - 3",
27+
"popper.js": "^1.12.9"
28+
},
1929
"devDependencies": {
2030
"autoprefixer": "^7.2.5",
2131
"chalk": "^2.3.0",
@@ -28,12 +38,12 @@
2838
"postcss-flexbugs-fixes": "^3.2.0",
2939
"rimraf": "^2.6.2",
3040
"shelljs": "^0.8.0",
31-
"yargs": "^10.1.1"
32-
},
33-
"dependencies": {
41+
"yargs": "^10.1.1",
3442
"bootstrap": "4.0.0-beta.3",
35-
"bootswatch": "4.0.0-beta.3",
36-
"jquery": "1.9.1 - 3",
37-
"popper.js": "1.12.9"
38-
}
43+
"bootswatch": "4.0.0-beta.3"
44+
},
45+
"files": [
46+
"dist/",
47+
"src/"
48+
]
3949
}

yarn.lock

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,14 @@ boom@5.x.x:
239239
dependencies:
240240
hoek "4.x.x"
241241

242-
bootstrap@4.0.0-beta.3, bootstrap@^4.0.0-beta.3:
242+
bootstrap@4.0.0-beta.3:
243243
version "4.0.0-beta.3"
244244
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0-beta.3.tgz#60f0660bc3d121176514b361f6f83201c7ff8874"
245245

246+
bootstrap@^4.0.0-beta.3:
247+
version "4.0.0"
248+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0.tgz#ceb03842c145fcc1b9b4e15da2a05656ba68469a"
249+
246250
bootswatch@4.0.0-beta.3:
247251
version "4.0.0-beta.3"
248252
resolved "https://registry.yarnpkg.com/bootswatch/-/bootswatch-4.0.0-beta.3.tgz#5339dce055c1011f291467364b0a2588180e8c37"
@@ -343,8 +347,8 @@ caniuse-api@^1.5.2:
343347
lodash.uniq "^4.5.0"
344348

345349
caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
346-
version "1.0.30000792"
347-
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000792.tgz#a7dac6dc9f5181b675fd69e5cb06fefb523157f8"
350+
version "1.0.30000793"
351+
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000793.tgz#3c00c66e423a7a1907c7dd96769a78b2afa8a72e"
348352

349353
caniuse-lite@^1.0.30000791, caniuse-lite@^1.0.30000792:
350354
version "1.0.30000792"
@@ -695,15 +699,9 @@ ecc-jsbn@~0.1.1:
695699
dependencies:
696700
jsbn "~0.1.0"
697701

698-
electron-releases@^2.1.0:
699-
version "2.1.0"
700-
resolved "https://registry.yarnpkg.com/electron-releases/-/electron-releases-2.1.0.tgz#c5614bf811f176ce3c836e368a0625782341fd4e"
701-
702702
electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.30:
703-
version "1.3.30"
704-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.30.tgz#9666f532a64586651fc56a72513692e820d06a80"
705-
dependencies:
706-
electron-releases "^2.1.0"
703+
version "1.3.31"
704+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.31.tgz#00d832cba9fe2358652b0c48a8816c8e3a037e9f"
707705

708706
error-ex@^1.2.0:
709707
version "1.3.1"
@@ -1433,15 +1431,11 @@ isstream@~0.1.2:
14331431
version "0.1.2"
14341432
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
14351433

1436-
"jquery@1.9.1 - 3", jquery@>=1.9.1:
1437-
version "3.2.1"
1438-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
1434+
jquery@>=1.9.1:
1435+
version "3.3.1"
1436+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
14391437

1440-
js-base64@^2.1.8:
1441-
version "2.4.0"
1442-
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.0.tgz#9e566fee624751a1d720c966cd6226d29d4025aa"
1443-
1444-
js-base64@^2.1.9:
1438+
js-base64@^2.1.8, js-base64@^2.1.9:
14451439
version "2.4.1"
14461440
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.1.tgz#e02813181cd53002888e918935467acb2910e596"
14471441

@@ -2064,7 +2058,7 @@ pinkie@^2.0.0:
20642058
version "2.0.4"
20652059
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
20662060

2067-
popper.js@1.12.9, popper.js@^1.12.9:
2061+
popper.js@^1.12.9:
20682062
version "1.12.9"
20692063
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.12.9.tgz#0dfbc2dff96c451bb332edcfcfaaf566d331d5b3"
20702064

@@ -2152,8 +2146,8 @@ postcss-filter-plugins@^2.0.0:
21522146
uniqid "^4.0.0"
21532147

21542148
postcss-flexbugs-fixes@^3.2.0:
2155-
version "3.2.0"
2156-
resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-3.2.0.tgz#9b8b932c53f9cf13ba0f61875303e447c33dcc51"
2149+
version "3.3.0"
2150+
resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-3.3.0.tgz#e00849b536063749da50a0d410ba5d9ee65e27b8"
21572151
dependencies:
21582152
postcss "^6.0.1"
21592153

@@ -2402,8 +2396,8 @@ randomatic@^1.1.3:
24022396
kind-of "^4.0.0"
24032397

24042398
rc@^1.1.7:
2405-
version "1.2.3"
2406-
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.3.tgz#51575a900f8dd68381c710b4712c2154c3e2035b"
2399+
version "1.2.4"
2400+
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.4.tgz#a0f606caae2a3b862bbd0ef85482c0125b315fa3"
24072401
dependencies:
24082402
deep-extend "~0.4.0"
24092403
ini "~1.3.0"

0 commit comments

Comments
 (0)