Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">

<head>
Expand All @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Material Admin</title>
<!-- plugins:css -->
<link rel="stylesheet" href="node_modules/mdi/css/materialdesignicons.min.css">
<link rel="stylesheet" href="node_modules/@mdi/font/css/materialdesignicons.min.css">
<!-- endinject -->
<!-- plugin css for this page -->
<!-- End plugin css for this page -->
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
"description": "",
"main": "index.html",
"dependencies": {
"chart.js": "2.6.0",
"del": "2.2.2",
"jquery": "3.2.1",
"material-components-web": "^0.27.0",
"mdi": "2.0.46",
"chart.js": "2.8.0",
"del": "4.1.0",
"jquery": "3.3.1",
"material-components-web": "^1.1.0",
"@mdi/font": "3.5.95",
"progressbar.js": "1.0.1"
},
"devDependencies": {
"browser-sync": "^2.16.0",
"browser-sync": "^2.26.3",
"compass-mixins": "^0.12.10",
"gulp": "^3.9.1",
"gulp": "^4.0.0",
"gulp-bower-src": "^0.1.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-inject": "4.2.0",
"gulp-inject-partials": "^1.0.3",
"gulp-concat": "^2.6.1",
"gulp-filter": "^5.1.0",
"gulp-inject": "5.0.2",
"gulp-inject-partials": "^1.0.5",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"main-bower-files": "^2.13.1",
"minimatch": "^3.0.4",
"run-sequence": "^1.2.2"
"run-sequence": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down