Skip to content

Commit

Permalink
Update bootstrap version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
s890506 committed Jul 31, 2020
1 parent aee209b commit 5a4736b
Show file tree
Hide file tree
Showing 37 changed files with 563 additions and 3,509 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Built heavily based on [Aqua](https://github.com/jedireza/aqua) and [Drywall](ht
| Express | Bootstrap | react-scripts|
| Mongoose | React | Nodemon |
| Passport | Redux | concurrently |
| Async | Font-Awesome | |
| Async | Linearicons | |
| EmailJS | | |

![img](https://oranwind.s3.amazonaws.com/2018/Jun/SSS-1530366578247.PNG)
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "huayra",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "concurrently \"npm run server\" \"npm run client\"",
Expand Down Expand Up @@ -35,6 +35,7 @@
"axios": "^0.19.2",
"bcrypt": "^3.0.8",
"body-parser": "1.x.x",
"bootstrap": "^4.5.0",
"classnames": "^2.2.5",
"clean-css": "^4.1.11",
"compression": "1.x.x",
Expand Down Expand Up @@ -70,6 +71,7 @@
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-table": "^6.8.6",
"reactstrap": "^8.5.1",
"redux": "^3.6.0",
"redux-devtools": "^3.3.2",
"redux-devtools-dock-monitor": "^1.1.1",
Expand Down
4 changes: 1 addition & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@
<title>Huayra</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="stylesheet" href="/layouts/core.min.css">
<link rel="stylesheet" href="/layouts/default.min.css">
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->

</head>
<body>
<div id="root"></div>
Expand Down
26 changes: 0 additions & 26 deletions public/layouts/admin.less

This file was deleted.

28 changes: 0 additions & 28 deletions public/layouts/core.js

This file was deleted.

109 changes: 0 additions & 109 deletions public/layouts/core.less

This file was deleted.

1 change: 0 additions & 1 deletion public/layouts/core.min.css

This file was deleted.

1 change: 0 additions & 1 deletion public/layouts/default.min.css

This file was deleted.

1 change: 0 additions & 1 deletion public/layouts/ie-sucks.js

This file was deleted.

52 changes: 0 additions & 52 deletions public/less/bootstrap-build.less

This file was deleted.

Loading

0 comments on commit 5a4736b

Please sign in to comment.