Skip to content

Commit 0a779e9

Browse files
committed
update to 1.0.4
1 parent 947c669 commit 0a779e9

File tree

378 files changed

+116
-26229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

378 files changed

+116
-26229
lines changed

AJAX_Full_Project_GULP/css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* CoreUI - Open Source Bootstrap Admin Template
3-
* @version v1.0.3
3+
* @version v1.0.4
44
* @link http://coreui.io
55
* Copyright (c) 2017 creativeLabs Łukasz Holeczek
66
* @license MIT

AJAX_Full_Project_GULP/css/style.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AJAX_Full_Project_GULP/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
* CoreUI - Open Source Bootstrap Admin Template
3-
* @version v1.0.3
3+
* @version v1.0.4
44
* @link http://coreui.io
55
* Copyright (c) 2017 creativeLabs Łukasz Holeczek
66
* @license MIT
@@ -523,7 +523,7 @@ <h6>System Utilization</h6>
523523
<!-- Plugins and scripts required by all views -->
524524
<script src="node_modules/chart.js/dist/Chart.min.js"></script>
525525

526-
<!-- GenesisUI main scripts -->
526+
<!-- CoreUI main scripts -->
527527

528528
<script src="js/app.js"></script>
529529

AJAX_Full_Project_GULP/package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@coreui/ajax",
3-
"version": "1.0.3",
4-
"description": "",
3+
"version": "1.0.4",
4+
"description": "Open Source Bootstrap Admin Template",
55
"main": "index.html",
66
"dependencies": {
7-
"bootstrap": "^4.0.0-beta.2",
7+
"bootstrap": "4.0.0-beta.2",
88
"chart.js": "^2.7.0",
99
"font-awesome": "^4.7.0",
1010
"jquery": "^3.2.1",
@@ -30,9 +30,7 @@
3030
"require-dir": "^0.3.2",
3131
"run-sequence": "^2.1.0"
3232
},
33-
"scripts": {
34-
"test": "echo \"Error: no test specified\" && exit 1"
35-
},
33+
"scripts": {},
3634
"browserslist": [
3735
"Chrome >= 45",
3836
"Firefox ESR",
@@ -44,7 +42,7 @@
4442
"Opera >= 30"
4543
],
4644
"author": "Łukasz Holeczek",
47-
"url": "http://coreui.io",
48-
"copyright": "Copyright 2016 creativeLabs Łukasz Holeczek",
49-
"license": "http://coreui.io/license"
45+
"homepage": "http://coreui.io",
46+
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek",
47+
"license": "MIT"
5048
}

AJAX_Full_Project_GULP/scss/bootstrap/_alert.scss

-49
This file was deleted.

AJAX_Full_Project_GULP/scss/bootstrap/_badge.scss

-47
This file was deleted.

AJAX_Full_Project_GULP/scss/bootstrap/_breadcrumb.scss

-38
This file was deleted.

0 commit comments

Comments
 (0)