Skip to content

Commit 2701f23

Browse files
Bootstrap 4.0.0-beta.3 ➡️ 4.0.0
1 parent 4298275 commit 2701f23

File tree

3 files changed

+207
-176
lines changed

3 files changed

+207
-176
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A [Bootstrap](http://getbootstrap.com) material theme designed for use on [Compu
66
Demo
77
----
88

9-
A live demo of this theme that showcases most components can be found [here](https://s3.csh.rit.edu/csh-material-bootstrap/4.0.0-beta.3/index.html).
9+
A live demo of this theme that showcases most components can be found [here](https://s3.csh.rit.edu/csh-material-bootstrap/4.0.0/index.html).
1010

1111
Usage
1212
------
@@ -37,15 +37,15 @@ Use CSH Material Bootstrap without a package manager.
3737
###### CSS
3838

3939
```
40-
<link rel="stylesheet" href="https://s3.csh.rit.edu/csh-material-bootstrap/4.0.0-beta.3/dist/csh-material-bootstrap.min.css" media="screen">
40+
<link rel="stylesheet" href="https://s3.csh.rit.edu/csh-material-bootstrap/4.0.0/dist/csh-material-bootstrap.min.css" media="screen">
4141
```
4242

4343
###### JS, Popper.js, and jQuery
4444

4545
```
4646
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
4747
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
48-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
48+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
4949
```
5050

5151
Development

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csh-material-bootstrap",
33
"description": "A material design Bootstrap theme for Computer Science House.",
4-
"version": "4.0.0-beta.3",
4+
"version": "4.0.0",
55
"author": "Computer Science House",
66
"homepage": "https://csh.rit.edu",
77
"license": "MIT",
@@ -30,6 +30,8 @@
3030
"devDependencies": {
3131
"autoprefixer": "^7.2.5",
3232
"aws-sdk": "^2.183.0",
33+
"bootstrap": "4.0.0",
34+
"bootswatch": "4.0.0",
3335
"chalk": "^2.3.0",
3436
"chokidar": "^2.0.0",
3537
"cssnano": "^3.10.0",
@@ -42,9 +44,7 @@
4244
"postcss-cli": "^4.1.1",
4345
"postcss-flexbugs-fixes": "^3.2.0",
4446
"shelljs": "^0.8.0",
45-
"yargs": "^10.1.1",
46-
"bootstrap": "4.0.0-beta.3",
47-
"bootswatch": "4.0.0-beta.3"
47+
"yargs": "^10.1.1"
4848
},
4949
"files": [
5050
"dist/",

0 commit comments

Comments
 (0)