Skip to content

Commit

Permalink
Update to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
scrs_zdenek committed Oct 7, 2020
1 parent fc9ed2d commit c136969
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ <h3>50% content</h3>
<script src="node_modules/sidebar-menu-compostrap/dist/js/sidebar.menu.js"></script>
<script>
$(function() {
new Sidebar();
new Nanobar().go(100);
new PerfectScrollbar('.scrollbar', {
wheelSpeed: 0.3
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "dashboard-skeleton-compostrap",
"version": "1.0.7",
"version": "1.0.8",
"description": "Simple and fast dashboard skeleton on Bootstrap 4",
"main": "Gruntfile.js",
"dependencies": {
"sidebar-menu-2-compostrap": "^1.0.14",
"sidebar-menu-compostrap": "^1.0.18"
"sidebar-menu-2-compostrap": "^1.0.15",
"sidebar-menu-compostrap": "^1.0.20"
},
"devDependencies": {
"grunt": "^1.3.0",
Expand Down

0 comments on commit c136969

Please sign in to comment.