Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Nov 10, 2016
1 parent 367cd52 commit 5305b36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/tags/header-class.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function header_class( $add_classes = [] ) {
}

$is_sticky_header = apply_filters( 'mimizuku_is_sticky_header', false );
if ( $is_overlay_header && $is_sticky_header ) {
if ( $is_sticky_header ) {
$classes[] = '_l-header--sticky';
}

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"backbone": "global:Backbone"
},
"dependencies": {
"font-awesome": "^4.6.3",
"font-awesome": "^4.7.0",
"getbasis": "^2.0.1",
"getbasis-balloon": "^1.0.0",
"getbasis-drawer": "^2.0.0",
"getbasis-drawer": "^2.0.1",
"getbasis-hamburger-btn": "^1.0.0",
"getbasis-layout": "^3.0.0",
"getbasis-layout": "^3.0.1",
"getbasis-menu": "^2.0.0"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-preset-es2015": "^6.16.0",
"autoprefixer": "^6.5.3",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browser-sync": "^2.17.3",
"browserify": "^13.1.0",
"browser-sync": "^2.17.5",
"browserify": "^13.1.1",
"browserify-shim": "^3.8.12",
"cssnano": "^3.7.7",
"cssnano": "^3.8.0",
"gulp": "^3.9.1",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.5.0",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.0.0",
"gulp-zip": "^3.2.0",
"run-sequence": "^1.2.2",
Expand Down

0 comments on commit 5305b36

Please sign in to comment.